Index: Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs =================================================================== diff -u -r211ed9d209b72a515105428e9ad08ec6972ad95d -r55e286e8436b5061a9264ec8623b525f3015fe6e --- Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 211ed9d209b72a515105428e9ad08ec6972ad95d) +++ Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 55e286e8436b5061a9264ec8623b525f3015fe6e) @@ -91,7 +91,7 @@ /// Unable to read required data from database file. /// /// Thrown when an error occurs while performing the calculation. - public void Calculate(IWaveHeightCalculation waveHeightCalculation, + public void Calculate(IHydraulicBoundaryWrapperCalculation waveHeightCalculation, string hydraulicBoundaryDatabaseFilePath, double norm, ICalculationMessageProvider messageProvider) @@ -173,7 +173,7 @@ /// Unable to read required data from database file. /// /// Thrown when an error occurs while performing the calculation. - private void PerformCalculation(IWaveHeightCalculation waveHeightCalculation, + private void PerformCalculation(IHydraulicBoundaryWrapperCalculation waveHeightCalculation, string hydraulicBoundaryDatabaseFilePath, double norm, ICalculationMessageProvider messageProvider) @@ -211,7 +211,7 @@ /// of to the . /// /// The - /// to set the . + /// for which to set the . /// The to base the /// to create on. /// Thrown when @@ -265,7 +265,7 @@ /// /// Creates the input for an wave height calculation. /// - /// The + /// The /// to create the input from. /// The norm to use during the calculation. /// The file path to the hydraulic @@ -281,7 +281,7 @@ /// Unable to read required data from database file. /// /// - private static WaveHeightCalculationInput CreateInput(IWaveHeightCalculation waveHeightCalculation, + private static WaveHeightCalculationInput CreateInput(IHydraulicBoundaryWrapperCalculation waveHeightCalculation, double norm, string hydraulicBoundaryDatabaseFilePath) {