replace halfedge by fg_halfedge

This commit is contained in:
Maxime Gimeno 2018-02-05 08:03:08 +01:00
parent e7ebbd731d
commit 7a5e92d307
1 changed files with 1 additions and 1 deletions

View File

@ -2253,7 +2253,7 @@ bool Scene_polyhedron_selection_item::shouldDisplayIds(CGAL::Three::Scene_item *
void Scene_polyhedron_selection_item::select_boundary()
{
Face_graph* fg = polyhedron_item()->face_graph();
BOOST_FOREACH(halfedge_descriptor hd, halfedges(*fg))
BOOST_FOREACH(fg_halfedge_descriptor hd, halfedges(*fg))
{
if(is_border_edge(hd, *fg))
{