Add a more generic check for non-manifoldness (it can be more than 4 inc cells)

This commit is contained in:
Mael Rouxel-Labbé 2022-10-26 21:54:12 +02:00
parent 9894286837
commit cb83e20ac7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}