mirror of https://github.com/CGAL/cgal
removed a trace
This commit is contained in:
parent
677a3f9cda
commit
f6cb1522eb
|
|
@ -85,7 +85,6 @@ int is_reflex_sedge(typename SNC_structure::SHalfedge_handle se,
|
||||||
CGAL_NEF_TRACEN(" e " << e->source()->point()
|
CGAL_NEF_TRACEN(" e " << e->source()->point()
|
||||||
<< "->" << e->twin()->source()->point()
|
<< "->" << e->twin()->source()->point()
|
||||||
<< " (" << e->point() << ")");
|
<< " (" << e->point() << ")");
|
||||||
CGAL_NEF_TRACEN(" marks " << se->incident_sface()->mark());
|
|
||||||
|
|
||||||
if(e->point() == dir || e->point() == CGAL::ORIGIN - dir)
|
if(e->point() == dir || e->point() == CGAL::ORIGIN - dir)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue