Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs =================================================================== diff -u -rd2de88a141d3ba20d1f3b301a3c38723b682b206 -rfff12e249602fb700b2854c14a3b7cdd0b73c023 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision d2de88a141d3ba20d1f3b301a3c38723b682b206) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision fff12e249602fb700b2854c14a3b7cdd0b73c023) @@ -48,7 +48,7 @@ } /// - /// The dike's geometry (without foreshore geometry). + /// Gets the dike's geometry (without foreshore geometry). /// public IEnumerable DikeGeometry { @@ -59,7 +59,7 @@ } /// - /// The dike's foreshore geometry. + /// Gets the dike's foreshore geometry. /// public IEnumerable ForeshoreGeometry { @@ -101,7 +101,7 @@ public double DikeHeight { get; set; } /// - /// Gets or sets the number of profile points of the dike geometry that form the foreshore geometry. + /// Gets the number of profile points of the dike geometry that form the foreshore geometry. /// public int ForeshoreDikeGeometryPoints { get; private set; }