is_border cannot be used in a file included by CGAL/boost/graph/helpers.h

This commit is contained in:
Sébastien Loriot 2015-11-16 17:12:41 +01:00
parent c6469e6c97
commit eef03023fe
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ adjust_incoming_halfedge(typename boost::graph_traits<Graph>::vertex_descriptor
} }
do do
{ {
if(is_border(h, g)) if(face(h, g)==boost::graph_traits<Graph>::null_face())
{ {
set_halfedge(v, h, g); set_halfedge(v, h, g);
return; return;