From 67da146c62c8bc0ed8e567c40c884b205dc2e5ca Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 15 Oct 2024 08:49:25 +0100 Subject: [PATCH] WS --- Polygon/test/Polygon/issue7934.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/test/Polygon/issue7934.cpp b/Polygon/test/Polygon/issue7934.cpp index c43d3661362..ca9128cc835 100644 --- a/Polygon/test/Polygon/issue7934.cpp +++ b/Polygon/test/Polygon/issue7934.cpp @@ -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; } \ No newline at end of file