Index: Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs =================================================================== diff -u -rbe44404797296f09605f5fc861c87f5766c14478 -r0ca56b44f3e067763dbc0b76ea7f8f533fee7900 --- Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs (.../GeneralResultConverter.cs) (revision be44404797296f09605f5fc861c87f5766c14478) +++ Ringtoets/Common/src/Ringtoets.Common.Service/IllustrationPoints/GeneralResultConverter.cs (.../GeneralResultConverter.cs) (revision 0ca56b44f3e067763dbc0b76ea7f8f533fee7900) @@ -99,7 +99,7 @@ if (subMechanismIllustrationPoint != null) { topLevelIlustrationPoints.Add(TopLevelSubMechanismIllustrationPointConverter.Create( - hydraWindDirectionClosingSituation, subMechanismIllustrationPoint)); + hydraWindDirectionClosingSituation, subMechanismIllustrationPoint)); } else { @@ -162,11 +162,11 @@ { var topLevelIllustrationPoints = new List(); foreach (KeyValuePair illustrationPointTreeNode in hydraRingTopLevelIllustrationPoints) + HydraRingIllustrationPointTreeNode> hydraRingillustrationPointTreeNode in hydraRingTopLevelIllustrationPoints) { - HydraRingIllustrationPointTreeNode hydraRingIllustrationPointTreeNode = illustrationPointTreeNode.Value; + HydraRingIllustrationPointTreeNode hydraRingIllustrationPointTreeNode = hydraRingillustrationPointTreeNode.Value; IHydraRingIllustrationPoint hydraIllustrationPointData = hydraRingIllustrationPointTreeNode.Data; - HydraRingWindDirectionClosingSituation hydraWindDirectionClosingSituation = illustrationPointTreeNode.Key; + HydraRingWindDirectionClosingSituation hydraWindDirectionClosingSituation = hydraRingillustrationPointTreeNode.Key; var faultTreeIllustrationPoint = hydraIllustrationPointData as HydraRingFaultTreeIllustrationPoint; if (faultTreeIllustrationPoint != null)