Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs =================================================================== diff -u -r8c60e937f4b8009fea80f3702879e100fe03b63f -rec5eeafbbd987b02a9d9c07b7e920c03d567f3f7 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision 8c60e937f4b8009fea80f3702879e100fe03b63f) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision ec5eeafbbd987b02a9d9c07b7e920c03d567f3f7) @@ -22,7 +22,6 @@ using System; using System.Collections.Generic; using Ringtoets.Common.Data.AssessmentSection; -using Ringtoets.Common.Data.Calculation; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.Properties; using Ringtoets.Piping.Primitives; @@ -40,14 +39,14 @@ /// Creates a new instance of /// /// The piping input instance wrapped by this context object. - /// The calculation item the belongs to. + /// The calculation scenario the belongs to. /// The surface lines available within the piping context. /// The stochastic soil models available within the piping context. /// The failure mechanism which the piping context belongs to. /// The assessment section which the piping context belongs to. /// When any input parameter is null. public PipingInputContext(PipingInput pipingInput, - ICalculation calculation, + PipingCalculationScenario calculation, IEnumerable surfaceLines, IEnumerable stochasticSoilModels, PipingFailureMechanism pipingFailureMechanism, @@ -74,9 +73,9 @@ } /// - /// Gets the calculation item which the piping context belongs to. + /// Gets the calculation scenario which the piping context belongs to. /// - public ICalculation PipingCalculation { get; private set; } + public PipingCalculationScenario PipingCalculation { get; private set; } /// /// Gets the failure mechanism which the piping context belongs to.