debig message for zero return value in q: segment

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2013-08-13 17:34:24 +03:00
parent 7385566aa8
commit 49c42babc5
1 changed files with 2 additions and 0 deletions

View File

@ -2039,6 +2039,8 @@ private:
}
} // end of samey case
}
CGAL_SDG_DEBUG(std::cout << "debug return ZERO in case"
<< " of q: segment (last resort)" << std::endl;);
return ZERO;
}