From e544ebe01b7c5a6fa7d47965774d62e591a9df0b 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..f65a0fe2 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 zaaa = 2; + double y = zaaa; if (g.isEmpty()) { _boundary.reset(); return;