Skip to content

Commit

Permalink
WS
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 15, 2024
1 parent 7d0c601 commit 67da146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polygon/test/Polygon/issue7934.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main()
polygon.push_back(Point_2( 3.1415, 3.1415));

auto ar = CGAL::polygon_area_2(polygon.vertices_begin(), polygon.vertices_end(), Kernel());

std::cout << "done" << std::endl;
return 0;
}

0 comments on commit 67da146

Please sign in to comment.