debug info

This commit is contained in:
Laurent Rineau 2023-07-11 17:15:45 +02:00
parent a7511068ef
commit c423f550e8
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ protected:
encroaching_vertices.insert(v);
};
auto fill_encroaching_vertices = [&](const auto simplex) {
#ifdef CGAL_DEBUG_CDT_3
#if CGAL_DEBUG_CDT_3 & 16
debug_simplex(simplex);
#endif // CGAL_DEBUG_CDT_3
auto visit_cell = [&](Cell_handle cell) {