Index: Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs =================================================================== diff -u -rb633ec894f0b9c1878e978b24a0c870480fd604b -r8bb6e849266ec28412ebfe23beccd7235c4db9bf --- Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision b633ec894f0b9c1878e978b24a0c870480fd604b) +++ Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision 8bb6e849266ec28412ebfe23beccd7235c4db9bf) @@ -117,7 +117,7 @@ if (string.IsNullOrEmpty(calculator.LastErrorFileContent)) { - hydraulicBoundaryLocation.DesignWaterLevelOutput = CreateHydraulicBoundaryLocationOutput( + hydraulicBoundaryLocation.DesignWaterLevelCalculation.Output = CreateHydraulicBoundaryLocationOutput( messageProvider, hydraulicBoundaryLocation.Name, calculationInput.Beta, norm, calculator.Converged); } }