Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs
===================================================================
diff -u -r78382ec129ddc7537096860680cef36f3796700d -rc85b5e367887a96d602dfb7a0b46073b6eef84da
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs) (revision 78382ec129ddc7537096860680cef36f3796700d)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs) (revision c85b5e367887a96d602dfb7a0b46073b6eef84da)
@@ -38,7 +38,7 @@
/// The outer ring of the geometry of the soil layer.
/// The properties of the soil layer.
/// Thrown when any parameter is null.
- public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, SoilLayerProperties properties)
+ public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, MacroStabilityInwardsSoilLayerProperties properties)
: this(outerRing, Enumerable.Empty(), properties) {}
///
@@ -48,7 +48,7 @@
/// The holes of the geometry of the soil layer.
/// The properties of the soil layer.
/// Thrown when any parameter is null.
- public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, IEnumerable holes, SoilLayerProperties properties)
+ public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, IEnumerable holes, MacroStabilityInwardsSoilLayerProperties properties)
{
if (outerRing == null)
{
@@ -80,6 +80,6 @@
///
/// Gets the properties of the soil layer.
///
- public SoilLayerProperties Properties { get; }
+ public MacroStabilityInwardsSoilLayerProperties Properties { get; }
}
}
\ No newline at end of file