From e5896e6c58ccf4bfb7cd284e4cb9344c4eb544ae Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Mon, 12 Feb 2024 15:28:36 +0100 Subject: [PATCH] DO NOT MERGE: test 2 --- src/algorithm/BoundaryVisitor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/algorithm/BoundaryVisitor.cpp b/src/algorithm/BoundaryVisitor.cpp index f6045a44..91c57e19 100644 --- a/src/algorithm/BoundaryVisitor.cpp +++ b/src/algorithm/BoundaryVisitor.cpp @@ -40,6 +40,8 @@ BoundaryVisitor::visit(const Point & /*g*/) void BoundaryVisitor::visit(const LineString &g) { + float z = 2; + double y = z; if (g.isEmpty()) { _boundary.reset(); return;