This commit is contained in:
Sébastien Loriot 2025-01-27 10:18:42 +01:00
parent e4c7edc436
commit 3d260ba6eb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ int main()
{ {
CGAL_USE(ed); CGAL_USE(ed);
} }
for (halfedge_descriptor hd : edges(om)) for (halfedge_descriptor hd : halfedges(om))
{ {
CGAL_USE(hd); CGAL_USE(hd);
} }