mirror of https://github.com/CGAL/cgal
fix the case where `p` is hidden in the RT3
if `p` would be hidden, its conflict zone is empty
This commit is contained in:
parent
8e582373db
commit
deb2229f8b
|
|
@ -667,6 +667,9 @@ public:
|
|||
{
|
||||
CGAL_precondition(dimension() >= 2);
|
||||
|
||||
if(the_facet_is_in_its_cz)
|
||||
*the_facet_is_in_its_cz = false;
|
||||
|
||||
std::vector<Cell_handle> cells;
|
||||
cells.reserve(32);
|
||||
std::vector<Facet> facets;
|
||||
|
|
|
|||
Loading…
Reference in New Issue