Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs =================================================================== diff -u -rcfadbf568db1e3dd80f853ef86d0d19813c8786d -rca7d3c9eddcb3636472cbecdc1088af10211b51a --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision cfadbf568db1e3dd80f853ef86d0d19813c8786d) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/StabilityStoneCoverCalculationConfigurationHelper.cs (.../StabilityStoneCoverCalculationConfigurationHelper.cs) (revision ca7d3c9eddcb3636472cbecdc1088af10211b51a) @@ -38,8 +38,8 @@ public static class StabilityStoneCoverCalculationConfigurationHelper { /// - /// Adds based on the - /// in the and sets their initial category type input based on the . + /// Adds in the + /// based on the and the . /// /// Locations to base the calculation upon. /// The list to update. @@ -71,6 +71,17 @@ } } + /// + /// Creates a calculation and sets the + /// and the category type on its input. + /// + /// The to set. + /// The list of calculations to base the calculation name from. + /// The to base the category type input on. + /// An representing a stability stone cover calculation. + /// Thrown when is an invalid value. + /// Thrown when is a valid value, + /// but unsupported. private static ICalculationBase CreateStabilityStoneCoverWaveConditionsCalculation( HydraulicBoundaryLocation hydraulicBoundaryLocation, IEnumerable calculations,