Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionRow.cs =================================================================== diff -u -r7d3513bd9fed2d5a0381255640a5c3f31a0a6175 -r5a3fc9f0024b4ecd76b7e521a8df95c9aa432760 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionRow.cs (.../FailureMechanismSectionRow.cs) (revision 7d3513bd9fed2d5a0381255640a5c3f31a0a6175) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionRow.cs (.../FailureMechanismSectionRow.cs) (revision 5a3fc9f0024b4ecd76b7e521a8df95c9aa432760) @@ -21,8 +21,6 @@ using System; using Core.Common.Base.Data; -using Core.Common.Base.Geometry; -using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Forms.Views @@ -50,6 +48,8 @@ } Name = section.Name; + SectionStart = new RoundedDouble(2, sectionStart); + SectionEnd = new RoundedDouble(2, sectionEnd); Length = new RoundedDouble(2, section.Length); }