Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs =================================================================== diff -u -r75c87ba087fcb4bf89090d844455b215b25b4a75 -rc77ccbb8b26516270f36ef53110be573839f3470 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision 75c87ba087fcb4bf89090d844455b215b25b4a75) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision c77ccbb8b26516270f36ef53110be573839f3470) @@ -739,7 +739,7 @@ try { GeneralResult generalResult = - GeneralResultConverter.CreateGeneralResultTopLevelFaultTreeIllustrationPoint(result); + GeneralResultConverter.ConvertToGeneralResultTopLevelFaultTreeIllustrationPoint(result); return generalResult; } catch (IllustrationPointConversionException e)