Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Readers/ReadGrassCoverErosionInwardsCalculation.cs =================================================================== diff -u -r7a466d4ccb9d859b47f565b400808eb6933b18f0 -r69c1988e3c492c44148e112151efb3c04a853fcc --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Readers/ReadGrassCoverErosionInwardsCalculation.cs (.../ReadGrassCoverErosionInwardsCalculation.cs) (revision 7a466d4ccb9d859b47f565b400808eb6933b18f0) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Readers/ReadGrassCoverErosionInwardsCalculation.cs (.../ReadGrassCoverErosionInwardsCalculation.cs) (revision 69c1988e3c492c44148e112151efb3c04a853fcc) @@ -20,9 +20,7 @@ // All rights reserved. using System; -using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.IO.Readers; -using Ringtoets.GrassCoverErosionInwards.Data; namespace Ringtoets.GrassCoverErosionInwards.IO.Readers { @@ -85,7 +83,7 @@ /// Gets the value for how the dike height should be calculated for the grass cover /// erosion inwards calculation. /// - public DikeHeightCalculationType? DikeHeightCalculationType { get; } + public ReadDikeHeightCalculationType? DikeHeightCalculationType { get; } /// /// Gets the value indicating if the break water for the grass cover erosion inwards @@ -96,7 +94,7 @@ /// /// Gets the type of break water for the grass cover erosion inwards calculation. /// - public BreakWaterType? BreakWaterType { get; } + public ReadBreakWaterType? BreakWaterType { get; } /// /// Gets the height of the break water for the grass cover erosion inwards calculation. @@ -156,7 +154,7 @@ /// /// Gets or sets the value for . /// - public DikeHeightCalculationType? DikeHeightCalculationType { get; set; } + public ReadDikeHeightCalculationType? DikeHeightCalculationType { get; set; } /// /// Gets or sets the value for . @@ -166,7 +164,7 @@ /// /// Gets or sets the value for . /// - public BreakWaterType? BreakWaterType { get; set; } + public ReadBreakWaterType? BreakWaterType { get; set; } /// /// Gets or sets the value for .