Index: Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs =================================================================== diff -u -r889e8e4ee8267b316e00e8f8a1035c60afb200a0 -r72e8e672bbfb506c8a9b71b8999591bae5cbafe7 --- Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 889e8e4ee8267b316e00e8f8a1035c60afb200a0) +++ Ringtoets/Common/src/Ringtoets.Common.Service/WaveHeightCalculationService.cs (.../WaveHeightCalculationService.cs) (revision 72e8e672bbfb506c8a9b71b8999591bae5cbafe7) @@ -194,7 +194,7 @@ if (waveHeightCalculation.CalculateIllustrationPoints) { - SetIllustrationPointsResult(hydraulicBoundaryLocationOutput, calculator.IllustrationPointsResult); + SetGeneralResult(hydraulicBoundaryLocationOutput, calculator.IllustrationPointsResult); } waveHeightCalculation.Output = hydraulicBoundaryLocationOutput; @@ -208,7 +208,7 @@ /// for which to set the . /// The to base the /// to create on. - private void SetIllustrationPointsResult(HydraulicBoundaryLocationOutput hydraulicBoundaryLocationOutput, + private void SetGeneralResult(HydraulicBoundaryLocationOutput hydraulicBoundaryLocationOutput, HydraRingGeneralResult hydraRingGeneralResult) { if (hydraRingGeneralResult == null) @@ -225,7 +225,7 @@ } catch (IllustrationPointConversionException e) { - log.Warn(Resources.SetIllustrationPointsResult_Converting_IllustrationPointResult_Failed, e); + log.Warn(Resources.SetGeneralResult_Converting_IllustrationPointResult_Failed, e); } }