mirror of https://github.com/CGAL/cgal
debug info
This commit is contained in:
parent
a7511068ef
commit
c423f550e8
|
|
@ -495,7 +495,7 @@ protected:
|
||||||
encroaching_vertices.insert(v);
|
encroaching_vertices.insert(v);
|
||||||
};
|
};
|
||||||
auto fill_encroaching_vertices = [&](const auto simplex) {
|
auto fill_encroaching_vertices = [&](const auto simplex) {
|
||||||
#ifdef CGAL_DEBUG_CDT_3
|
#if CGAL_DEBUG_CDT_3 & 16
|
||||||
debug_simplex(simplex);
|
debug_simplex(simplex);
|
||||||
#endif // CGAL_DEBUG_CDT_3
|
#endif // CGAL_DEBUG_CDT_3
|
||||||
auto visit_cell = [&](Cell_handle cell) {
|
auto visit_cell = [&](Cell_handle cell) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue