Index: Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegments.cs =================================================================== diff -u -rfcad48d7beb394e1ac15cfe4289a7381e05aa883 -r38dd2d81eada00a5bcec11cb847e298aad9c83e6 --- Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegments.cs (.../SectionSegments.cs) (revision fcad48d7beb394e1ac15cfe4289a7381e05aa883) +++ Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegments.cs (.../SectionSegments.cs) (revision 38dd2d81eada00a5bcec11cb847e298aad9c83e6) @@ -47,7 +47,7 @@ throw new ArgumentNullException(nameof(section)); } Section = section; - segments = Math2D.ConvertLinePointsToLineSegments(section.Points); + segments = Math2D.ConvertPointsToLineSegments(section.Points); } ///