Skip to content

Commit

Permalink
DO NOT MERGE: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Feb 12, 2024
1 parent 8adef51 commit e544ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/algorithm/BoundaryVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e544ebe

Please sign in to comment.