protect a debug output

This commit is contained in:
Laurent Rineau 2025-07-03 11:04:25 +02:00
parent 7d828e506e
commit 9e10beda8b
1 changed files with 2 additions and 0 deletions

View File

@ -772,7 +772,9 @@ protected:
std::cerr << "!! The constraint passes through a vertex!\n";
std::cerr << " -> constraint " << display_vert(va) << " " << display_vert(vb) << '\n';
std::cerr << " -> vertex " << display_vert(v) << '\n';
#if CGAL_DEBUG_CDT_3
debug_dump("bug-through-vertex");
#endif
CGAL_error();
}
} break;