Index: Ringtoets/Common/src/Ringtoets.Common.Service/IHydraulicBoundaryLocationCalculationService.cs =================================================================== diff -u -rb13d0991492d2a0a463ad76af5557e10787709d2 -rce190360da30edf73fb464cc0fea1d9a795aa5d4 --- Ringtoets/Common/src/Ringtoets.Common.Service/IHydraulicBoundaryLocationCalculationService.cs (.../IHydraulicBoundaryLocationCalculationService.cs) (revision b13d0991492d2a0a463ad76af5557e10787709d2) +++ Ringtoets/Common/src/Ringtoets.Common.Service/IHydraulicBoundaryLocationCalculationService.cs (.../IHydraulicBoundaryLocationCalculationService.cs) (revision ce190360da30edf73fb464cc0fea1d9a795aa5d4) @@ -40,16 +40,16 @@ bool Validate(string name, string hydraulicBoundaryDatabaseFilePath); /// - /// Performs a design water level calculation based on the supplied and returns the result + /// Performs a design water level calculation based on the supplied and returns the result /// if the calculation was successful. Error and status information is logged during the execution of the operation. /// - /// The to perform the calculation for. + /// The to perform the calculation for. /// The HLCD file that should be used for performing the calculation. /// The id of the ring to perform the calculation for. /// The norm to use during the calculation. /// The message provider for the services. /// A on a successful calculation, null otherwise. - ReliabilityIndexCalculationOutput Calculate(IHydraulicBoundaryLocation hydraulicBoundaryLocation, + ReliabilityIndexCalculationOutput Calculate(HydraulicBoundaryLocation hydraulicBoundaryLocation, string hydraulicBoundaryDatabaseFilePath, string ringId, double norm,