Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/PipingInputContext.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rc9534a7a7fc572931cffc61767e19532aede7700
--- Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision c9534a7a7fc572931cffc61767e19532aede7700)
@@ -29,11 +29,11 @@
namespace Riskeer.Piping.Forms.PresentationObjects
{
///
- /// A presentation layer object wrapping an instance of
+ /// A presentation layer object wrapping an instance of
/// and allowing for selecting a surface line or soil profile based on data available
/// in a piping failure mechanism.
///
- public class PipingInputContext : PipingContext
+ public class PipingInputContext : PipingContext
{
///
/// Creates a new instance of
@@ -45,7 +45,7 @@
/// The failure mechanism which the piping context belongs to.
/// The assessment section which the piping context belongs to.
/// Thrown when any input argument is null.
- public PipingInputContext(PipingInput pipingInput,
+ public PipingInputContext(SemiProbabilisticPipingInput pipingInput,
PipingCalculationScenario calculation,
IEnumerable surfaceLines,
IEnumerable stochasticSoilModels,
Index: Riskeer/Piping/test/Riskeer.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rc9534a7a7fc572931cffc61767e19532aede7700
--- Riskeer/Piping/test/Riskeer.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs (.../PipingInputContextTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs (.../PipingInputContextTest.cs) (revision c9534a7a7fc572931cffc61767e19532aede7700)
@@ -76,7 +76,7 @@
var assessmentSection = mocks.Stub();
mocks.ReplayAll();
- var calculationInput = new PipingInput(new GeneralPipingInput());
+ var calculationInput = new SemiProbabilisticPipingInput(new GeneralPipingInput());
var surfaceLines = new[]
{
new PipingSurfaceLine(string.Empty)