mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
e4c7edc436
commit
3d260ba6eb
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue