Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ProfilesImporter.cs =================================================================== diff -u -r38dd2d81eada00a5bcec11cb847e298aad9c83e6 -r35ca12d250b3ea3a81e07004eacab074eb8e2404 --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ProfilesImporter.cs (.../ProfilesImporter.cs) (revision 38dd2d81eada00a5bcec11cb847e298aad9c83e6) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ProfilesImporter.cs (.../ProfilesImporter.cs) (revision 35ca12d250b3ea3a81e07004eacab074eb8e2404) @@ -344,7 +344,7 @@ private static IEnumerable GetLineSegments(IEnumerable linePoints) { - return Math2D.ConvertPointsToPolygonSegments(linePoints); + return Math2D.ConvertPointsToLineSegments(linePoints); } } } \ No newline at end of file