Index: Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs
===================================================================
diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -rdd403402744c68406685f2838f6f41e23eada5f2
--- Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision dd403402744c68406685f2838f6f41e23eada5f2)
@@ -41,13 +41,12 @@
/// 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
/// Preprocessing is disabled when
/// equals .
/// Thrown when ,
/// , or
/// or is null.
- bool CalculateDesignWaterLevels(string hydraulicBoundaryDatabaseFilePath,
+ void CalculateDesignWaterLevels(string hydraulicBoundaryDatabaseFilePath,
string preprocessorDirectory,
IEnumerable locations,
double norm,
@@ -62,13 +61,12 @@
/// 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
/// Preprocessing is disabled when
/// equals .
/// Thrown when ,
/// , or
/// or is null.
- bool CalculateWaveHeights(string hydraulicBoundaryDatabaseFilePath,
+ void CalculateWaveHeights(string hydraulicBoundaryDatabaseFilePath,
string preprocessorDirectory,
IEnumerable locations,
double norm,