Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs =================================================================== diff -u -r3278e4cb99acc2d6271a069bd2ba732669fad574 -r200b418bcf28a2daad8dae6fdf7500bb1ea26627 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 3278e4cb99acc2d6271a069bd2ba732669fad574) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/GeneralStabilityPointStructuresInput.cs (.../GeneralStabilityPointStructuresInput.cs) (revision 200b418bcf28a2daad8dae6fdf7500bb1ea26627) @@ -70,7 +70,7 @@ ModificationFactorWavesSlowlyVaryingPressureComponent = new RoundedDouble(1, 1); ModificationFactorDynamicOrImpulsivePressureComponent = new RoundedDouble(1, 1); - WaveRatioMaxHMean = new RoundedDouble(2, 5000); + WaveRatioMaxHN = new RoundedDouble(2, 5000); WaveRatioMaxHStandardDeviation = new RoundedDouble(2, 0.5); } @@ -144,10 +144,11 @@ #endregion #region Rayleigh-N properties + /// - /// Gets the mean of the Rayleigh-N distribution for wave ratio max H. + /// Gets the N of the Rayleigh-N distribution for wave ratio max H. /// - public RoundedDouble WaveRatioMaxHMean { get; private set; } + public RoundedDouble WaveRatioMaxHN { get; private set; } /// /// Gets the standard deviation of the Rayleigh-N distribution for wave ratio max H.