Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenariosView.cs =================================================================== diff -u -r033de4aa9bfa1a67de0bb628427fa75ab96a9184 -re4e785f127ce9a2d0d1734c1b51e02d910a31bbe --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenariosView.cs (.../HeightStructuresScenariosView.cs) (revision 033de4aa9bfa1a67de0bb628427fa75ab96a9184) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenariosView.cs (.../HeightStructuresScenariosView.cs) (revision e4e785f127ce9a2d0d1734c1b51e02d910a31bbe) @@ -27,8 +27,8 @@ using Core.Common.Controls.Views; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.Structures; +using Ringtoets.Common.Utils; using Ringtoets.HeightStructures.Data; -using Ringtoets.HeightStructures.Utils; namespace Ringtoets.HeightStructures.Forms.Views { @@ -130,7 +130,7 @@ ICalculation[] calculations = data.GetCalculations().ToArray(); Dictionary> calculationsPerSegment = - HeightStructuresHelper.CollectCalculationsPerSection(failureMechanism.Sections, calculations.OfType>()); + StructuresHelper.CollectCalculationsPerSection(failureMechanism.Sections, calculations.OfType>()); List scenarioRows = FailureMechanism.SectionResults.Select(sectionResult => new HeightStructuresScenarioRow(sectionResult)).ToList();