Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingCalculationConfigurationHelper.cs =================================================================== diff -u -r28d7428ed418504296e2c686958a4500b910cc32 -r915d8a66e5d294a18f9452775406e36a3f8fbdc0 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingCalculationConfigurationHelper.cs (.../PipingCalculationConfigurationHelper.cs) (revision 28d7428ed418504296e2c686958a4500b910cc32) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PipingCalculationConfigurationHelper.cs (.../PipingCalculationConfigurationHelper.cs) (revision 915d8a66e5d294a18f9452775406e36a3f8fbdc0) @@ -41,7 +41,7 @@ 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 @@ -125,7 +125,7 @@ private static ICalculationBase CreateCalculationGroup(RingtoetsPipingSurfaceLine surfaceLine, IEnumerable soilModels, GeneralPipingInput generalInput, SemiProbabilisticPipingInput semiProbabilisticInput) { - var pipingCalculationGroup = new PipingCalculationGroup(surfaceLine.Name, true); + var pipingCalculationGroup = new CalculationGroup(surfaceLine.Name, true); var stochasticSoilModels = GetStochasticSoilModelsForSurfaceLine(surfaceLine, soilModels); foreach (var stochasticSoilModel in stochasticSoilModels) {