Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs =================================================================== diff -u -r8588a6a0d9c1d11a496590ef3eaaccd5cf3a1108 -rca7d3c9eddcb3636472cbecdc1088af10211b51a --- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs) (revision 8588a6a0d9c1d11a496590ef3eaaccd5cf3a1108) +++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper.cs) (revision ca7d3c9eddcb3636472cbecdc1088af10211b51a) @@ -38,8 +38,8 @@ public static class WaveImpactAsphaltCoverWaveConditionsCalculationConfigurationHelper { /// - /// 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. @@ -70,6 +70,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 wave impact asphalt cover calculation. + /// Thrown when is an invalid value. + /// Thrown when is a valid value, + /// but unsupported. private static ICalculationBase CreateWaveImpactAsphaltCoverWaveConditionsCalculation( HydraulicBoundaryLocation hydraulicBoundaryLocation, IEnumerable calculations,