Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfiguration.cs
===================================================================
diff -u -r4274bc4f40504c659612e15175dc635fc6e5bba9 -r4fa75e2c07753d69a156377821eec5caaff7fc11
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfiguration.cs (.../WaveConditionsCalculationConfiguration.cs) (revision 4274bc4f40504c659612e15175dc635fc6e5bba9)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfiguration.cs (.../WaveConditionsCalculationConfiguration.cs) (revision 4fa75e2c07753d69a156377821eec5caaff7fc11)
@@ -82,26 +82,11 @@
public double? Orientation { get; set; }
///
- /// Gets whether the breakwater should be used for the read calculation.
+ /// Gets or sets the wave reduction configuration.
///
- public bool? UseBreakWater { get; set; }
+ public WaveReductionConfiguration WaveReduction { get; set; }
///
- /// Gets the breakwater type of the read calculation.
- ///
- public ConfigurationBreakWaterType? BreakWaterType { get; set; }
-
- ///
- /// Gets the breakwater height of the read calculation.
- ///
- public double? BreakWaterHeight { get; set; }
-
- ///
- /// Gets whether the foreshore should be used for the read calculation.
- ///
- public bool? UseForeshore { get; set; }
-
- ///
/// Gets or sets the name of the .
///
/// Thrown when is null.