Index: Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocation.cs =================================================================== diff -u -ra8934616699349a2497a168268a4a985fa224082 -r702a415565e8ad6476847e2ef5349ab7df56d376 --- Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocation.cs (.../HydraulicBoundaryLocation.cs) (revision a8934616699349a2497a168268a4a985fa224082) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocation.cs (.../HydraulicBoundaryLocation.cs) (revision 702a415565e8ad6476847e2ef5349ab7df56d376) @@ -51,7 +51,13 @@ Location = new Point2D(coordinateX, coordinateY); DesignWaterLevelCalculation = new HydraulicBoundaryLocationCalculation(); + DesignWaterLevelCalculation2 = new HydraulicBoundaryLocationCalculation(); + DesignWaterLevelCalculation3 = new HydraulicBoundaryLocationCalculation(); + DesignWaterLevelCalculation4 = new HydraulicBoundaryLocationCalculation(); WaveHeightCalculation = new HydraulicBoundaryLocationCalculation(); + WaveHeightCalculation2 = new HydraulicBoundaryLocationCalculation(); + WaveHeightCalculation3 = new HydraulicBoundaryLocationCalculation(); + WaveHeightCalculation4 = new HydraulicBoundaryLocationCalculation(); } /// @@ -77,11 +83,26 @@ #region Design water level /// - /// Gets the design water level calculation. + /// Gets the first design water level calculation. /// public HydraulicBoundaryLocationCalculation DesignWaterLevelCalculation { get; } /// + /// Gets the second design water level calculation. + /// + public HydraulicBoundaryLocationCalculation DesignWaterLevelCalculation2 { get; } + + /// + /// Gets the third design water level calculation. + /// + public HydraulicBoundaryLocationCalculation DesignWaterLevelCalculation3 { get; } + + /// + /// Gets the fourth design water level calculation. + /// + public HydraulicBoundaryLocationCalculation DesignWaterLevelCalculation4 { get; } + + /// /// Gets the design water level of the hydraulic boundary location. /// public RoundedDouble DesignWaterLevel @@ -97,11 +118,26 @@ #region Wave height /// - /// Gets the wave height calculation. + /// Gets the first wave height calculation. /// public HydraulicBoundaryLocationCalculation WaveHeightCalculation { get; } /// + /// Gets the second wave height calculation. + /// + public HydraulicBoundaryLocationCalculation WaveHeightCalculation2 { get; } + + /// + /// Gets the third wave height calculation. + /// + public HydraulicBoundaryLocationCalculation WaveHeightCalculation3 { get; } + + /// + /// Gets the fourth wave height calculation. + /// + public HydraulicBoundaryLocationCalculation WaveHeightCalculation4 { get; } + + /// /// Gets the wave height of the hydraulic boundary location. /// public RoundedDouble WaveHeight