Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs =================================================================== diff -u -r150366ef474f9522b3af857c29e3eac484910700 -r219bf641fa81657e9d154c9cb50245af9b2ebe27 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision 150366ef474f9522b3af857c29e3eac484910700) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision 219bf641fa81657e9d154c9cb50245af9b2ebe27) @@ -75,14 +75,15 @@ CalculationServiceHelper.PerformCalculation( calculation.Name, - () => { + () => + { HydraRingCalculationService.PerformCalculation( - hlcdDirectory, - ringId, - HydraRingTimeIntegrationSchemeType.FerryBorgesCastanheta, - HydraRingUncertaintiesType.All, + hlcdDirectory, + ringId, + HydraRingTimeIntegrationSchemeType.FerryBorgesCastanheta, + HydraRingUncertaintiesType.All, input, - new [] + new[] { exceedanceProbabilityCalculationParser });