Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsContext.cs
===================================================================
diff -u -r5906f61fff270a7526253bea07dfecdf680898ed -rcd90ebf744fb74f0d4b0dd6ee06f9c39b5faf213
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsContext.cs (.../MacroStabilityInwardsContext.cs) (revision 5906f61fff270a7526253bea07dfecdf680898ed)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsContext.cs (.../MacroStabilityInwardsContext.cs) (revision cd90ebf744fb74f0d4b0dd6ee06f9c39b5faf213)
@@ -48,7 +48,7 @@
/// Thrown when any input argument is null.
protected MacroStabilityInwardsContext(
T wrappedData,
- IEnumerable surfaceLines,
+ IEnumerable surfaceLines,
IEnumerable stochasticSoilModels,
MacroStabilityInwardsFailureMechanism macroStabilityInwardsFailureMechanism,
IAssessmentSection assessmentSection) : base(wrappedData)
@@ -65,7 +65,7 @@
/// Gets the available macro stability inwards surface lines in order for the user to select one to
/// set .
///
- public IEnumerable AvailableMacroStabilityInwardsSurfaceLines { get; private set; }
+ public IEnumerable AvailableMacroStabilityInwardsSurfaceLines { get; private set; }
///
/// Gets the available stochastic soil models in order for the user to select a and
@@ -107,7 +107,7 @@
/// The macro stability inwards failure mechanism.
/// The assessment section.
/// Thrown when any input parameter is null.
- private static void AssertInputsAreNotNull(IEnumerable surfaceLines,
+ private static void AssertInputsAreNotNull(IEnumerable surfaceLines,
IEnumerable stochasticSoilModels,
MacroStabilityInwardsFailureMechanism macroStabilityInwardsFailureMechanism,
IAssessmentSection assessmentSection)