Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs
===================================================================
diff -u -ra9de6c776f0a8367193b3ac142d784979bb3766a -r2db39265f9c9dd2cff6320bd9bc7f5e4bf0faa2f
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision a9de6c776f0a8367193b3ac142d784979bb3766a)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision 2db39265f9c9dd2cff6320bd9bc7f5e4bf0faa2f)
@@ -89,6 +89,16 @@
}
///
+ /// Gets or sets if needs to be taken into account.
+ ///
+ public bool UseBreakWater { get; set; }
+
+ ///
+ /// Gets the .
+ ///
+ public BreakWater BreakWater { get; private set; }
+
+ ///
/// Gets or sets if the needs to be taken into account.
///
public bool UseForeshore { get; set; }
@@ -107,16 +117,6 @@
}
///
- /// Gets or sets if needs to be taken into account.
- ///
- public bool UseBreakWater { get; set; }
-
- ///
- /// Gets the .
- ///
- public BreakWater BreakWater { get; private set; }
-
- ///
/// Gets the geometry of the dike with roughness data.
///
///