Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs =================================================================== diff -u -r4f5e140bd0d2891988a862ff4c5749a7991a12b0 -r29da56189cadeccce7975ea121af33d647021398 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs) (revision 4f5e140bd0d2891988a862ff4c5749a7991a12b0) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs) (revision 29da56189cadeccce7975ea121af33d647021398) @@ -54,9 +54,6 @@ waveHeight = new RoundedDouble(2, double.NaN); } - /// - /// Gets or sets the design water level of . - /// public RoundedDouble DesignWaterLevel { get @@ -69,14 +66,8 @@ } } - /// - /// Gets or sets the convergence status of the design water level calculation. - /// public CalculationConvergence DesignWaterLevelCalculationConvergence { get; set; } - /// - /// Gets or sets the wave height of . - /// public RoundedDouble WaveHeight { get @@ -89,9 +80,6 @@ } } - /// - /// Gets or sets the convergence status of the wave height calculation. - /// public CalculationConvergence WaveHeightCalculationConvergence { get; set; } public long Id