Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs =================================================================== diff -u -r763fc1c50bfc324b5bc5e5808649beaf2f382ee2 -rcfecf604c59b609a83f1006cc58d5dbc939d9eba --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs (.../StabilityStoneCoverWaveConditionsCalculationService.cs) (revision 763fc1c50bfc324b5bc5e5808649beaf2f382ee2) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs (.../StabilityStoneCoverWaveConditionsCalculationService.cs) (revision cfecf604c59b609a83f1006cc58d5dbc939d9eba) @@ -48,13 +48,13 @@ /// Performs validation over the input parameters. Error and status information is logged during the execution of the operation. /// /// The for which to validate the values. - /// The normative assessment level to use for determining water levels. + /// The assessment level to use for determining water levels. /// The file path of the hydraulic boundary database file which to validate. /// The preprocessor directory to validate. /// true if there were no validation errors; false otherwise. /// Thrown when is null. public static bool Validate(StabilityStoneCoverWaveConditionsCalculation calculation, - RoundedDouble normativeAssessmentLevel, + RoundedDouble assessmentLevel, string hydraulicBoundaryDatabaseFilePath, string preprocessorDirectory) { @@ -64,7 +64,7 @@ } return ValidateWaveConditionsInput(calculation.InputParameters, - normativeAssessmentLevel, + assessmentLevel, hydraulicBoundaryDatabaseFilePath, preprocessorDirectory, RingtoetsRevetmentsServicesResources.WaveConditionsCalculationService_ValidateInput_default_DesignWaterLevel_name);