mirror of https://github.com/CGAL/cgal
protect a debug output
This commit is contained in:
parent
7d828e506e
commit
9e10beda8b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue