Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 27, 2025
1 parent e4c7edc commit 3d260ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGL/test/BGL/test_OpenMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int main()
{
CGAL_USE(ed);
}
for (halfedge_descriptor hd : edges(om))
for (halfedge_descriptor hd : halfedges(om))
{
CGAL_USE(hd);
}
Expand Down

0 comments on commit 3d260ba

Please sign in to comment.