Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs =================================================================== diff -u -rdd6ba839726e5d25efa6f651f021f8aedebdbbd4 -r86f1be631b16fea82689412f462d6a26bbb56d23 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs (.../MacroStabilityInwardsInput.cs) (revision dd6ba839726e5d25efa6f651f021f8aedebdbbd4) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs (.../MacroStabilityInwardsInput.cs) (revision 86f1be631b16fea82689412f462d6a26bbb56d23) @@ -34,7 +34,7 @@ /// Class that holds all macro stability inwards calculation specific input parameters, i.e. the values /// that can differ across various calculations. /// - public class MacroStabilityInwardsInput : CloneableObservable, ICalculationInput, IMacroStabilityInwardsWaternetInput + public class MacroStabilityInwardsInput : CloneableObservable, ICalculationInputWithLocation, IMacroStabilityInwardsWaternetInput { private static readonly Range tangentLineNumberValidityRange = new Range(1, 50); @@ -149,15 +149,12 @@ public MacroStabilityInwardsStochasticSoilProfile StochasticSoilProfile { get; set; } /// - /// Gets or sets the hydraulic boundary location from which to use the assessment level. - /// - public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; } - - /// /// Gets or sets whether the assessment level is manual input for the calculation. /// public bool UseAssessmentLevelManualInput { get; set; } + public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; } + /// /// Gets or sets the surface line. ///