Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs
===================================================================
diff -u -rd90619dfb54877db8067f27218c45ad4e5dab55d -r708bcebfe9e5db209c818a12d630cb418231f863
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs) (revision d90619dfb54877db8067f27218c45ad4e5dab55d)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerUnderSurfaceLine.cs) (revision 708bcebfe9e5db209c818a12d630cb418231f863)
@@ -37,7 +37,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, MacroStabilityInwardsSoilLayerProperties properties)
+ public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine properties)
: this(outerRing, Enumerable.Empty(), properties) {}
///
@@ -47,7 +47,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, MacroStabilityInwardsSoilLayerProperties properties)
+ public MacroStabilityInwardsSoilLayerUnderSurfaceLine(Point2D[] outerRing, IEnumerable holes, MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine properties)
{
if (outerRing == null)
{
@@ -79,6 +79,6 @@
///
/// Gets the properties of the soil layer.
///
- public MacroStabilityInwardsSoilLayerProperties Properties { get; }
+ public MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine Properties { get; }
}
}
\ No newline at end of file