mirror of https://github.com/CGAL/cgal
Add a more generic check for non-manifoldness (it can be more than 4 inc cells)
This commit is contained in:
parent
9894286837
commit
cb83e20ac7
|
|
@ -392,6 +392,7 @@ bool assign_neighbors(Tr& tr,
|
|||
CGAL_assertion_code(const auto& f = icit->first);
|
||||
CGAL_assertion(is_infinite(f, tr));
|
||||
|
||||
CGAL_assertion(adjacent_cells.size() % 2 == 0);
|
||||
success = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue