Index: Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs
===================================================================
diff -u -rdd403402744c68406685f2838f6f41e23eada5f2 -rc57ec815a985272c07c2ae21dc777e2ae1f61fa5
--- Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision dd403402744c68406685f2838f6f41e23eada5f2)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision c57ec815a985272c07c2ae21dc777e2ae1f61fa5)
@@ -39,16 +39,18 @@
/// The preprocessor directory.
/// The objects to calculate
/// the for.
+ /// for obtaining a
+ /// based on .
/// The norm to use during the calculation.
/// The message provider for the services.
/// Preprocessing is disabled when
/// equals .
- /// Thrown when ,
- /// , or
- /// or is null.
+ /// Thrown when ,
+ /// or is null.
void CalculateDesignWaterLevels(string hydraulicBoundaryDatabaseFilePath,
string preprocessorDirectory,
IEnumerable locations,
+ Func getCalculationFunc,
double norm,
ICalculationMessageProvider messageProvider);
@@ -59,16 +61,18 @@
/// The preprocessor directory.
/// The objects to calculate
/// the for.
+ /// for obtaining a
+ /// based on .
/// The norm to use during the calculation.
/// The message provider for the services.
/// Preprocessing is disabled when
/// equals .
- /// Thrown when ,
- /// , or
- /// or is null.
+ /// Thrown when ,
+ /// or is null.
void CalculateWaveHeights(string hydraulicBoundaryDatabaseFilePath,
string preprocessorDirectory,
IEnumerable locations,
+ Func getCalculationFunc,
double norm,
ICalculationMessageProvider messageProvider);
}