Add a debug message

This commit is contained in:
Laurent Rineau 2020-10-15 15:44:23 +02:00
parent 267b1dc3d1
commit ab5cdc6fa4
1 changed files with 4 additions and 0 deletions

View File

@ -1048,6 +1048,10 @@ add_Steiner(T va, T vb, T vc){
#endif // CGAL_CDT_2_DEBUG_INTERSECTIONS
Context_list* hcl=nullptr;
if(!get_contexts(va,vb,hcl)) {
#ifdef CGAL_CDT_2_DEBUG_INTERSECTIONS
std::cerr << CGAL::internal::cdt_2_indent_level
<< " -> the constraint is already split\n";
#endif // CGAL_CDT_2_DEBUG_INTERSECTIONS
return;
}