Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs =================================================================== diff -u -r0bd99fbcdd44bb84757a0270af6f5085dbd76648 -r4c16454e3b11df918816195e24fa56dc4e352eee --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs (.../MacroStabilityInwardsInput.cs) (revision 0bd99fbcdd44bb84757a0270af6f5085dbd76648) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsInput.cs (.../MacroStabilityInwardsInput.cs) (revision 4c16454e3b11df918816195e24fa56dc4e352eee) @@ -39,7 +39,7 @@ /// public class MacroStabilityInwardsInput : Observable, ICalculationInput { - private readonly GeneralPipingInput generalInputParameters; + private readonly GeneralMacroStabilityInwardsInput generalInputParameters; private readonly NormalDistribution phreaticLevelExit; private readonly LogNormalDistribution dampingFactorExit; private RoundedDouble exitPointL; @@ -55,7 +55,7 @@ /// are the same across all piping calculations. /// Thrown when /// is null. - public MacroStabilityInwardsInput(GeneralPipingInput generalInputParameters) + public MacroStabilityInwardsInput(GeneralMacroStabilityInwardsInput generalInputParameters) { if (generalInputParameters == null) {