Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayer2D.cs =================================================================== diff -u -r686c5eeaad900a6bb627733de8c21bd607f130aa -r7078f0ab14bab4985d611c668d73267e3a37c8d0 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayer2D.cs (.../MacroStabilityInwardsSoilLayer2D.cs) (revision 686c5eeaad900a6bb627733de8c21bd607f130aa) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilLayer2D.cs (.../MacroStabilityInwardsSoilLayer2D.cs) (revision 7078f0ab14bab4985d611c668d73267e3a37c8d0) @@ -34,11 +34,9 @@ /// Creates a new instance of . /// /// The ring describing the outer boundaries of the layer. - /// The rings describing the holes within the outer boundaries of - /// the layer. /// Thrown when any parameter is null. - public MacroStabilityInwardsSoilLayer2D(Ring outerRing, IEnumerable holes) - : this(outerRing, holes, new MacroStabilityInwardsSoilLayerData(), Enumerable.Empty()) {} + public MacroStabilityInwardsSoilLayer2D(Ring outerRing) + : this(outerRing, Enumerable.Empty(), new MacroStabilityInwardsSoilLayerData(), Enumerable.Empty()) {} /// /// Creates a new instance of .