Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs =================================================================== diff -u -r3f4f4c8eff83900fe1d99add5cf2ccc7725aab1d -r8d1fe58f784199e4b36e754dede5846a3189db42 --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs (.../StabilityStoneCoverWaveConditionsCalculationService.cs) (revision 3f4f4c8eff83900fe1d99add5cf2ccc7725aab1d) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Service/StabilityStoneCoverWaveConditionsCalculationService.cs (.../StabilityStoneCoverWaveConditionsCalculationService.cs) (revision 8d1fe58f784199e4b36e754dede5846a3189db42) @@ -51,14 +51,14 @@ /// 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. - /// The target probability to validate. + /// The norm to validate. /// true if there were no validation errors; false otherwise. /// Thrown when is null. public static bool Validate(StabilityStoneCoverWaveConditionsCalculation calculation, RoundedDouble assessmentLevel, string hydraulicBoundaryDatabaseFilePath, string preprocessorDirectory, - double targetProbability) + double norm) { if (calculation == null) { @@ -69,7 +69,7 @@ assessmentLevel, hydraulicBoundaryDatabaseFilePath, preprocessorDirectory, - targetProbability, + norm, RingtoetsRevetmentsServicesResources.WaveConditionsCalculationService_ValidateInput_default_DesignWaterLevel_name); }