Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs =================================================================== diff -u -r3257a53186739aa9e83990a4581d957879df4692 -r0b299af3d5f6cc45062d17b78316c8e73a306344 --- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 3257a53186739aa9e83990a4581d957879df4692) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 0b299af3d5f6cc45062d17b78316c8e73a306344) @@ -44,7 +44,6 @@ private static readonly Range structureNormalOrientationValidityRange = new Range(new RoundedDouble(structureNormalOrientationNumberOfDecimals), new RoundedDouble(structureNormalOrientationNumberOfDecimals, 360)); - private NormalDistribution modelFactorSuperCriticalFlow; private LogNormalDistribution allowedLevelIncreaseStorage; private VariationCoefficientLogNormalDistribution storageStructureArea; private LogNormalDistribution flowWidthAtBottomProtection; @@ -63,12 +62,6 @@ /// protected StructuresInputBase() { - modelFactorSuperCriticalFlow = new NormalDistribution(2) - { - Mean = (RoundedDouble) 1.1, - StandardDeviation = (RoundedDouble) 0.05 - }; - stormDuration = new VariationCoefficientLogNormalDistribution(2) { Mean = (RoundedDouble) 6.0, @@ -87,27 +80,7 @@ SynchronizeForeshoreProfileInput(); } - #region Model factors - /// - /// Gets or sets the model factor for the super critical flow. - /// - /// Only sets the mean. - public NormalDistribution ModelFactorSuperCriticalFlow - { - get - { - return modelFactorSuperCriticalFlow; - } - set - { - modelFactorSuperCriticalFlow.Mean = value.Mean; - } - } - - #endregion - - /// /// Gets the value true if the parameters of the instance of /// that are derived from /// match the properties of ;