Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs =================================================================== diff -u -r92372ba046f1df1593268f692339a53dc1b94e12 -r961ed77a3573d1ca432e7118e0714723aa170c5c --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 92372ba046f1df1593268f692339a53dc1b94e12) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 961ed77a3573d1ca432e7118e0714723aa170c5c) @@ -66,9 +66,9 @@ StandardDeviation = (RoundedDouble) 0.05 }; - ModelFactorInflowVolume = new RoundedDouble(1, 1); - ModificationFactorWavesSlowlyVaryingPressureComponent = new RoundedDouble(1, 1); - ModificationFactorDynamicOrImpulsivePressureComponent = new RoundedDouble(1, 1); + ModelFactorInflowVolume = new RoundedDouble(2, 1); + ModificationFactorWavesSlowlyVaryingPressureComponent = new RoundedDouble(0, 1); + ModificationFactorDynamicOrImpulsivePressureComponent = new RoundedDouble(0, 1); WaveRatioMaxHN = new RoundedDouble(2, 5000); WaveRatioMaxHStandardDeviation = new RoundedDouble(2, 0.5);