mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD
This commit is contained in:
commit
b64cca5fdf
|
|
@ -1540,9 +1540,7 @@ bool Trapezoidal_decomposition_2<Td_traits>
|
|||
typename Arrangement_on_surface_2::Halfedge_around_vertex_const_circulator first, second;
|
||||
first = second = v->incident_halfedges();
|
||||
++second;
|
||||
if (he->source() == v)
|
||||
he = he->twin();
|
||||
CGAL_assertion(he == first);
|
||||
|
||||
if (second == first) //if he is the only halfedge around v -> return true
|
||||
return true;
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue