Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs =================================================================== diff -u -r50fc099174271a6f72ed94a8f024cd5377b37a53 -rf53b435bc3cb5fb70ffac3844ae56e90373cf4d3 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision 50fc099174271a6f72ed94a8f024cd5377b37a53) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision f53b435bc3cb5fb70ffac3844ae56e90373cf4d3) @@ -49,9 +49,8 @@ /// /// Creates a new instance of . /// - public WaveConditionsInput(WaveConditionsRevetment revetmentType) + public WaveConditionsInput() { - RevetmentType = revetmentType; orientation = new RoundedDouble(2); upperBoundaryRevetment = new RoundedDouble(2, double.NaN); @@ -64,11 +63,6 @@ } /// - /// Gets the type of the revetment. - /// - public WaveConditionsRevetment RevetmentType { get; private set; } - - /// /// Gets or sets the hydraulic boundary location from which to use the assessment level. /// public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; }