Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs
===================================================================
diff -u -rcb4699ab3f0ba6a23e21650ec8cec52d82d0777b -rd8d1d5d4a3eabd84c2d6e07eedb75fa200c2d54e
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs) (revision cb4699ab3f0ba6a23e21650ec8cec52d82d0777b)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs) (revision d8d1d5d4a3eabd84c2d6e07eedb75fa200c2d54e)
@@ -74,9 +74,9 @@
///
/// The failure mechanism section result to
/// assemble the detailed assembly for.
- /// The calculations belonging to this section.
- /// The failure mechanism belonging to this calculation.
- /// The belonging to this calculation.
+ /// The calculation scenarios belonging to this section.
+ /// The failure mechanism belonging to this section.
+ /// The belonging to this section.
/// A .
/// Thrown when any parameter is null.
/// Thrown when the
@@ -108,7 +108,7 @@
}
IAssemblyToolCalculatorFactory calculatorFactory = AssemblyToolCalculatorFactory.Instance;
- IFailureMechanismSectionAssemblyCalculator calculator =
+ IFailureMechanismSectionAssemblyCalculator calculator =
calculatorFactory.CreateFailureMechanismSectionAssemblyCalculator(AssemblyToolKernelFactory.Instance);
try