Index: Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs =================================================================== diff -u -r6ef5e439a6d9f40ebd9926251945e0935fbbc314 -r28326633ec4e625d2b1a2a7fae7cb617f820eb4b --- Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs (.../SectionSegments.cs) (revision 6ef5e439a6d9f40ebd9926251945e0935fbbc314) +++ Ringtoets/Common/src/Ringtoets.Common.Utils/SectionSegments.cs (.../SectionSegments.cs) (revision 28326633ec4e625d2b1a2a7fae7cb617f820eb4b) @@ -47,7 +47,7 @@ throw new ArgumentNullException(nameof(section)); } Section = section; - segments = Math2D.ConvertLinePointsToLineSegments(section.Points); + segments = Math2D.ConvertPointsToLineSegments(section.Points); } ///