Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs
===================================================================
diff -u -r4e1b4ed200c6a9ad02e582e4596233188c64483f -r41960c7d3d923a60575133a585d4cecfb1a251b5
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 4e1b4ed200c6a9ad02e582e4596233188c64483f)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 41960c7d3d923a60575133a585d4cecfb1a251b5)
@@ -35,7 +35,7 @@
{
Orientation = double.NaN;
DamHeight = double.NaN;
- CrestLevel = double.NaN;
+ DikeHeight = double.NaN;
ForeshoreGeometry = new RoughnessPoint[0];
DikeGeometry = new RoughnessPoint[0];
}
@@ -68,7 +68,7 @@
///
/// Gets or sets the height of the dike profile at the crest.
///
- public double CrestLevel { get; set; }
+ public double DikeHeight { get; set; }
///
/// Gets or sets the notes supplied in the file for this dike profile.