Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs (.../FailureMechanismContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs (.../FailureMechanismContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The failure mechanism.
/// The parent of .
- /// When any input argument is null.
+ /// When any input argument is null.
public FailureMechanismContext(T wrappedFailureMechanism, IAssessmentSection parent)
: base(wrappedFailureMechanism)
{
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs
===================================================================
diff -u -rdebefef18429127ee0963736030450abf4390cee -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs (.../FailureMechanismContributionContext.cs) (revision debefef18429127ee0963736030450abf4390cee)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs (.../FailureMechanismContributionContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The contribution to wrap.
/// The parent of .
- /// When any input argument is null.
+ /// When any input argument is null.
public FailureMechanismContributionContext(FailureMechanismContribution wrappedContribution, IAssessmentSection contributionOwner)
: base(wrappedContribution)
{
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The of to wrap.
/// The the belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public FailureMechanismSectionResultContext(IEnumerable wrappedSectionResults, IFailureMechanism failureMechanism)
: base(wrappedSectionResults)
{
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs
===================================================================
diff -u -rfac9694977a32d8ce6ae3c1e994b3a13b8aa48fe -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision fac9694977a32d8ce6ae3c1e994b3a13b8aa48fe)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The failure mechanism to wrap.
/// The owning assessment section of .
- /// When any input argument is null.
+ /// When any input argument is null.
public FailureMechanismSectionsContext(IFailureMechanism wrappedFailureMechanism, IAssessmentSection assessmentSection)
: base(wrappedFailureMechanism)
{
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs (.../GrassCoverErosionInwardsCalculationContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs (.../GrassCoverErosionInwardsCalculationContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -38,7 +38,7 @@
/// The instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the calculation belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public GrassCoverErosionInwardsCalculationContext(GrassCoverErosionInwardsCalculation calculation, GrassCoverErosionInwardsFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(calculation, failureMechanism, assessmentSection) {}
}
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationGroupContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationGroupContext.cs (.../GrassCoverErosionInwardsCalculationGroupContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationGroupContext.cs (.../GrassCoverErosionInwardsCalculationGroupContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -39,7 +39,7 @@
/// The instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public GrassCoverErosionInwardsCalculationGroupContext(CalculationGroup calculationsGroup, GrassCoverErosionInwardsFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(calculationsGroup, failureMechanism, assessmentSection) {}
}
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs (.../GrassCoverErosionInwardsContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs (.../GrassCoverErosionInwardsContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -43,7 +43,7 @@
/// The concrete data instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
protected GrassCoverErosionInwardsContext(
T wrappedData,
GrassCoverErosionInwardsFailureMechanism failureMechanism,
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsFailureMechanismContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsFailureMechanismContext.cs (.../GrassCoverErosionInwardsFailureMechanismContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsFailureMechanismContext.cs (.../GrassCoverErosionInwardsFailureMechanismContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The instance wrapped by this context object.
/// The assessment section which the calculation belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public GrassCoverErosionInwardsFailureMechanismContext(GrassCoverErosionInwardsFailureMechanism failureMechanism, IAssessmentSection assessmentSection) :
base(failureMechanism, assessmentSection) {}
}
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs (.../GrassCoverErosionInwardsInputContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs (.../GrassCoverErosionInwardsInputContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -40,7 +40,7 @@
/// The calculation item which the belongs to.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public GrassCoverErosionInwardsInputContext(GrassCoverErosionInwardsInput input,
ICalculation calculation,
GrassCoverErosionInwardsFailureMechanism failureMechanism,
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -38,8 +38,8 @@
/// The instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the calculation belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public HeightStructuresCalculationContext(HeightStructuresCalculation calculation, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
- : base(calculation, failureMechanism, assessmentSection) { }
+ : base(calculation, failureMechanism, assessmentSection) {}
}
-}
+}
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs (.../HeightStructuresCalculationGroupContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs (.../HeightStructuresCalculationGroupContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -39,8 +39,8 @@
/// The instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public HeightStructuresCalculationGroupContext(CalculationGroup calculationsGroup, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(calculationsGroup, failureMechanism, assessmentSection) {}
}
-}
+}
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs (.../HeightStructuresContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs (.../HeightStructuresContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -43,7 +43,7 @@
/// The concrete data instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
protected HeightStructuresContext(
T wrappedData,
HeightStructuresFailureMechanism failureMechanism,
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,8 +36,8 @@
///
/// The instance wrapped by this context object.
/// The assessment section which the failure mechanism belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public HeightStructuresFailureMechanismContext(HeightStructuresFailureMechanism wrappedFailureMechanism, IAssessmentSection parent)
: base(wrappedFailureMechanism, parent) {}
}
-}
+}
\ No newline at end of file
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs (.../HeightStructuresInputContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresInputContext.cs (.../HeightStructuresInputContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -40,7 +40,7 @@
/// The calculation item which the belongs to.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public HeightStructuresInputContext(HeightStructuresInput input,
ICalculation calculation,
HeightStructuresFailureMechanism failureMechanism,
@@ -63,4 +63,4 @@
///
public ICalculation Calculation { get; private set; }
}
-}
+}
\ No newline at end of file
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs (.../PipingCalculationGroupContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs (.../PipingCalculationGroupContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -43,7 +43,7 @@
/// The stochastic soil models available within the piping context.
/// The piping failure mechanism which the piping context belongs to.
/// The assessment section which the piping context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public PipingCalculationGroupContext(CalculationGroup calculationGroup, IEnumerable surfaceLines, IEnumerable stochasticSoilModels, PipingFailureMechanism pipingFailureMechanism, IAssessmentSection assessmentSection)
: base(calculationGroup, surfaceLines, stochasticSoilModels, pipingFailureMechanism, assessmentSection) {}
}
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationScenarioContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationScenarioContext.cs (.../PipingCalculationScenarioContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationScenarioContext.cs (.../PipingCalculationScenarioContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -42,7 +42,7 @@
/// The stochastic soil models available within the piping context.
/// The piping failure mechanism which the piping context belongs to.
/// The assessment section which the piping context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
public PipingCalculationScenarioContext(PipingCalculationScenario calculation, IEnumerable surfaceLines, IEnumerable stochasticSoilModels, PipingFailureMechanism pipingFailureMechanism, IAssessmentSection assessmentSection)
: base(calculation, surfaceLines, stochasticSoilModels, pipingFailureMechanism, assessmentSection) {}
}
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -47,7 +47,7 @@
/// The stochastic soil models available within the piping context.
/// The piping failure mechanism which the piping context belongs to.
/// The assessment section which the piping context belongs to.
- /// When any input argument is null.
+ /// When any input argument is null.
protected PipingContext(
T wrappedData,
IEnumerable surfaceLines,
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs (.../PipingFailureMechanismContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs (.../PipingFailureMechanismContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The failure mechanism.
/// The parent of .
- /// When any input argument is null.
+ /// When any input argument is null.
public PipingFailureMechanismContext(PipingFailureMechanism failureMechanism, IAssessmentSection assessmentSection) :
base(failureMechanism, assessmentSection) {}
}
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -44,7 +44,7 @@
/// 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 argument is null.
+ /// When any input argument is null.
public PipingInputContext(PipingInput pipingInput,
PipingCalculationScenario calculation,
IEnumerable surfaceLines,
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs (.../RingtoetsPipingSurfaceLinesContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs (.../RingtoetsPipingSurfaceLinesContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -36,7 +36,7 @@
///
/// The failure mechanism to wrap.
/// The assessment section.
- /// When any input argument is null.
+ /// When any input argument is null.
public RingtoetsPipingSurfaceLinesContext(PipingFailureMechanism wrappedFailureMechanism, IAssessmentSection assessmentSection)
: base(wrappedFailureMechanism)
{
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs (.../StochasticSoilModelContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs (.../StochasticSoilModelContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -38,7 +38,7 @@
/// The stochastic soil models to wrap.
/// The failure mechanism.
/// The assessment section.
- /// When any input argument is null.
+ /// When any input argument is null.
public StochasticSoilModelContext(ObservableList wrappedStochasticSoilModels,
PipingFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)