Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs =================================================================== diff -u -r7f4ee0fa245a18426c81c11c8f9ea18e73e42d07 -re1157c221217ef3b5ade6034183a7da0e620eb05 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision 7f4ee0fa245a18426c81c11c8f9ea18e73e42d07) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision e1157c221217ef3b5ade6034183a7da0e620eb05) @@ -70,9 +70,9 @@ storageStructureArea = new LogNormalDistribution(2) { - Mean = (RoundedDouble) double.NaN, - StandardDeviation = (RoundedDouble) 0.1 + Mean = (RoundedDouble) 1.0 }; + storageStructureArea.SetStandardDeviationFromVariationCoefficient(0.1); flowWidthAtBottomProtection = new LogNormalDistribution(2) { @@ -82,9 +82,9 @@ criticalOvertoppingDischarge = new LogNormalDistribution(2) { - Mean = (RoundedDouble) double.NaN, - StandardDeviation = (RoundedDouble) 0.15 + Mean = (RoundedDouble) 1.0 }; + criticalOvertoppingDischarge.SetStandardDeviationFromVariationCoefficient(0.15); failureProbabilityOfStructureGivenErosion = new RoundedDouble(2); @@ -97,9 +97,9 @@ stormDuration = new LogNormalDistribution(2) { - Mean = (RoundedDouble) 7.5, - StandardDeviation = (RoundedDouble) 0.25 + Mean = (RoundedDouble) 7.5 }; + stormDuration.SetStandardDeviationFromVariationCoefficient(0.25); } #region Model Factors