Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs =================================================================== diff -u -r86f1be631b16fea82689412f462d6a26bbb56d23 -r3257a53186739aa9e83990a4581d957879df4692 --- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 86f1be631b16fea82689412f462d6a26bbb56d23) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 3257a53186739aa9e83990a4581d957879df4692) @@ -66,7 +66,7 @@ modelFactorSuperCriticalFlow = new NormalDistribution(2) { Mean = (RoundedDouble) 1.1, - StandardDeviation = (RoundedDouble) 0.03 + StandardDeviation = (RoundedDouble) 0.05 }; stormDuration = new VariationCoefficientLogNormalDistribution(2) Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresInputBaseTest.cs =================================================================== diff -u -r1fd2033b78aa540d01635bcf993080e5fe2437bd -r3257a53186739aa9e83990a4581d957879df4692 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresInputBaseTest.cs (.../StructuresInputBaseTest.cs) (revision 1fd2033b78aa540d01635bcf993080e5fe2437bd) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresInputBaseTest.cs (.../StructuresInputBaseTest.cs) (revision 3257a53186739aa9e83990a4581d957879df4692) @@ -69,7 +69,7 @@ var expectedModelFactorSuperCriticalFlow = new NormalDistribution(2) { Mean = (RoundedDouble) 1.1, - StandardDeviation = (RoundedDouble) 0.03 + StandardDeviation = (RoundedDouble) 0.05 }; var expectedAllowedLevelIncreaseStorage = new LogNormalDistribution(2)