Index: Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs =================================================================== diff -u -r6eabea7a72771b62ff8b173b9b37f5b89ed403f3 -r2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8 --- Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 6eabea7a72771b62ff8b173b9b37f5b89ed403f3) +++ Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8) @@ -199,20 +199,20 @@ } /// - /// Sets a based on the information + /// Sets a based on the information /// of to the . /// /// The - /// for which to set the . + /// for which to set the . /// The to base the - /// to create on. + /// to create on. private static void SetIllustrationPointsResult(HydraulicBoundaryLocationOutput hydraulicBoundaryLocationOutput, HydraRingGeneralResult hydraRingGeneralResult) { if (hydraRingGeneralResult != null) { - GeneralResultSubMechanismIllustrationPoint generalResult = - GeneralResultSubmechanismIllustrationPointConverter.Create(hydraRingGeneralResult); + GeneralResult generalResult = + GeneralResultConverter.CreateGeneralResultTopLevelSubMechanismIllustrationPoint(hydraRingGeneralResult); hydraulicBoundaryLocationOutput.SetIllustrationPoints(generalResult); } }