This commit is contained in:
Andreas Fabri 2024-10-15 08:49:25 +01:00
parent 7d0c6014dd
commit 67da146c62
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}