Index: Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs
===================================================================
diff -u -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 -r2e2d39247c4204f6bb00ab53d8aa9ac5e84df9b8
--- Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision 2e2d39247c4204f6bb00ab53d8aa9ac5e84df9b8)
@@ -49,13 +49,15 @@
private bool canceled;
///
- /// Performs validation on the given and .
- /// Error and status information is logged during the execution of the operation.
+ /// Performs validation on the given input parameters. Error and status information is logged during the execution of the operation.
///
- /// The file path of the hydraulic boundary database file which to validate.
+ /// The file path of the hydraulic boundary database to validate.
/// The preprocessor directory to validate.
+ /// The norm to validate.
/// true if there were no validation errors; false otherwise.
- public static bool Validate(string hydraulicBoundaryDatabaseFilePath, string preprocessorDirectory)
+ public static bool Validate(string hydraulicBoundaryDatabaseFilePath,
+ string preprocessorDirectory,
+ double norm)
{
var isValid = true;
@@ -96,7 +98,7 @@
/// The hydraulic boundary location calculation to perform.
/// The path which points to the hydraulic boundary database file.
/// The preprocessor directory.
- /// The norm of the assessment section.
+ /// The norm to use during the calculation.
/// The object which is used to build log messages.
/// Preprocessing is disabled when
/// equals .