Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs
===================================================================
diff -u -r9102a2e0e7257b746bbc884be57d5b8dce3dab57 -r4e1b4ed200c6a9ad02e582e4596233188c64483f
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 9102a2e0e7257b746bbc884be57d5b8dce3dab57)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 4e1b4ed200c6a9ad02e582e4596233188c64483f)
@@ -36,8 +36,8 @@
Orientation = double.NaN;
DamHeight = double.NaN;
CrestLevel = double.NaN;
- ForeshoreGeometry = new RoughnessProfileSection[0];
- DikeGeometry = new RoughnessProfileSection[0];
+ ForeshoreGeometry = new RoughnessPoint[0];
+ DikeGeometry = new RoughnessPoint[0];
}
///
@@ -79,12 +79,12 @@
/// Gets or sets the foreshore geometry in local coordinates with their respective
/// roughness values.
///
- public RoughnessProfileSection[] ForeshoreGeometry { get; set; }
+ public RoughnessPoint[] ForeshoreGeometry { get; set; }
///
/// Gets or sets the dike geometry in local coordinates with their respective
/// roughness values.
///
- public RoughnessProfileSection[] DikeGeometry { get; set; }
+ public RoughnessPoint[] DikeGeometry { get; set; }
}
}
\ No newline at end of file