Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs =================================================================== diff -u -r8f8b6680fa20b2e392b8c5b3cd811556721734fc -r6728e28c9bbf8d2ddaccb26f010cff9c80134f2b --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision 8f8b6680fa20b2e392b8c5b3cd811556721734fc) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision 6728e28c9bbf8d2ddaccb26f010cff9c80134f2b) @@ -56,13 +56,13 @@ StandardDeviation = (RoundedDouble) 0.2 }; - ModelFactorInflowVolume = new RoundedDouble(2, 1); - ModelFactorLongThreshold = new NormalDistribution(2) { Mean = (RoundedDouble) 0.9, StandardDeviation = (RoundedDouble) 0.05 }; + + ModelFactorInflowVolume = new RoundedDouble(2, 1); } #region Constants @@ -131,14 +131,14 @@ public LogNormalDistribution ModelFactorStorageVolume { get; } /// - /// Gets the model factor for incoming flow volume. + /// Gets the model factor for long threshold. /// - public RoundedDouble ModelFactorInflowVolume { get; } + public NormalDistribution ModelFactorLongThreshold { get; } /// - /// Gets the model factor for long threshold. + /// Gets the model factor for incoming flow volume. /// - public NormalDistribution ModelFactorLongThreshold { get; } + public RoundedDouble ModelFactorInflowVolume { get; } #endregion }