Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs =================================================================== diff -u -r7e18d72b65e2041b1493dca3bd0b722d1fa5a664 -r79037d58200b1305bb0768cfda981ff742111d05 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision 7e18d72b65e2041b1493dca3bd0b722d1fa5a664) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision 79037d58200b1305bb0768cfda981ff742111d05) @@ -60,7 +60,7 @@ upperBoundaryWaterLevels = new RoundedDouble(2, double.NaN); lowerBoundaryWaterLevels = new RoundedDouble(2, double.NaN); - UpdateForeshoreProfileParameters(); + UpdateProfileParameters(); } /// @@ -92,7 +92,7 @@ set { foreshoreProfile = value; - UpdateForeshoreProfileParameters(); + UpdateProfileParameters(); } } @@ -251,24 +251,12 @@ } } - /// - /// Gets or sets whether needs to be taken into account. - /// public bool UseBreakWater { get; set; } - /// - /// Gets the . - /// public BreakWater BreakWater { get; private set; } - /// - /// Gets or sets whether the needs to be taken into account. - /// public bool UseForeshore { get; set; } - /// - /// Gets the geometry of the foreshore. - /// public RoundedPoint2DCollection ForeshoreGeometry { get @@ -355,7 +343,7 @@ return waterLevels; } - private void UpdateForeshoreProfileParameters() + private void UpdateProfileParameters() { if (foreshoreProfile == null) {