Index: Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e --- Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) @@ -36,14 +36,19 @@ /// Performs the calculation for all . /// /// The hydraulic boundary database file that should be used for performing the calculation. + /// The preprocessor directory. /// The objects to calculate - /// the for. + /// the for. /// The norm to use during the calculation. /// The message provider for the services. /// True if the observers should be notified; false if otherwise - /// Thrown when + /// Preprocessing is disabled when + /// equals . + /// Thrown when , + /// , or /// or is null. bool CalculateDesignWaterLevels(string hydraulicBoundaryDatabaseFilePath, + string preprocessorDirectory, IEnumerable locations, double norm, ICalculationMessageProvider messageProvider); @@ -52,14 +57,19 @@ /// Performs the calculation for all . /// /// The hydraulic boundary database file that should be used for performing the calculation. + /// The preprocessor directory. /// The objects to calculate - /// the for. + /// the for. /// The norm to use during the calculation. /// The message provider for the services. /// True if the observers should be notified; false if otherwise - /// Thrown when + /// Preprocessing is disabled when + /// equals . + /// Thrown when , + /// , or /// or is null. bool CalculateWaveHeights(string hydraulicBoundaryDatabaseFilePath, + string preprocessorDirectory, IEnumerable locations, double norm, ICalculationMessageProvider messageProvider);