unused variable

This commit is contained in:
Sébastien Loriot 2025-05-07 17:10:29 +02:00
parent 05dd421eb0
commit 011da26188
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int main(int argc, char** argv)
#if 1 #if 1
bool OK = PMP::orient_polygon_soup(input_points, input_triangles); PMP::orient_polygon_soup(input_points, input_triangles);
CGAL::Surface_mesh<Kernel::Point_3> mesh; CGAL::Surface_mesh<Kernel::Point_3> mesh;
PMP::polygon_soup_to_polygon_mesh(input_points, input_triangles, mesh); PMP::polygon_soup_to_polygon_mesh(input_points, input_triangles, mesh);