mirror of https://github.com/CGAL/cgal
is_border cannot be used in a file included by CGAL/boost/graph/helpers.h
This commit is contained in:
parent
c6469e6c97
commit
eef03023fe
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue