Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PipingCalculationConfigurationHelper.cs
===================================================================
diff -u -r4c16454e3b11df918816195e24fa56dc4e352eee -ra0a4e8059c0e23db4eb3525d01a264fcf38c5ddd
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PipingCalculationConfigurationHelper.cs (.../PipingCalculationConfigurationHelper.cs) (revision 4c16454e3b11df918816195e24fa56dc4e352eee)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PipingCalculationConfigurationHelper.cs (.../PipingCalculationConfigurationHelper.cs) (revision a0a4e8059c0e23db4eb3525d01a264fcf38c5ddd)
@@ -33,19 +33,19 @@
namespace Ringtoets.MacroStabilityInwards.Forms
{
///
- /// Class holds methods to help views when dealing with
+ /// Class holds methods to help views when dealing with
///
public static class PipingCalculationConfigurationHelper
{
private static readonly ILog log = LogManager.GetLogger(typeof(PipingCalculationConfigurationHelper));
///
- /// Creates a structure of and based on combination of the
+ /// Creates a structure of and based on combination of the
/// and the .
///
- /// Surface lines to generate the structure for and to use to configure
+ /// Surface lines to generate the structure for and to use to configure
/// with.
- /// The soil models from which profiles are taken to configure with.
+ /// The soil models from which profiles are taken to configure with.
/// General input to assign to each generated piping calculation.
/// A structure of matching combinations of and
/// profiles of intersecting .
@@ -128,7 +128,7 @@
string nameBase = $"{surfaceLine.Name} {stochasticSoilProfile}";
string name = NamingHelper.GetUniqueName(calculations, nameBase, c => c.Name);
- return new PipingCalculationScenario(generalInput)
+ return new MacroStabilityInwardsCalculationScenario(generalInput)
{
Name = name,
InputParameters =