Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs =================================================================== diff -u -rfc3d8d90f23406d1cbc5792f3b4e21acfaa9d451 -rccce1ae96e85aa2603c218de61de03fb14cfae11 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision fc3d8d90f23406d1cbc5792f3b4e21acfaa9d451) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/GeneralClosingStructuresInput.cs (.../GeneralClosingStructuresInput.cs) (revision ccce1ae96e85aa2603c218de61de03fb14cfae11) @@ -52,7 +52,7 @@ Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 0.2 }; - ModelfactorForSubcriticalFlow = new NormalDistribution(1) + ModelFactorForSubCriticalFlow = new NormalDistribution(1) { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 0.1 @@ -104,7 +104,7 @@ #endregion - #region Model Factors + #region Model factors /// /// Gets the model factor overtopping flow. @@ -117,9 +117,9 @@ public LogNormalDistribution ModelFactorForStorageVolume { get; private set; } /// - /// Gets the model factor for subcritical flow. + /// Gets the model factor for sub critical flow. /// - public NormalDistribution ModelfactorForSubcriticalFlow { get; private set; } + public NormalDistribution ModelFactorForSubCriticalFlow { get; private set; } /// /// Get the model factor for incoming flow volume.