some debug output

This commit is contained in:
Eric Berberich 2008-11-04 16:34:32 +00:00
parent 47f41257bb
commit 91313e8f39
1 changed files with 4 additions and 1 deletions

View File

@ -199,7 +199,10 @@ public:
CGAL::Object cell_rbo_naive(const Point_2& pt) const {
if (!_m_cell_handle_rbo) {
#if !NDEBUG
std::cout << "Computing cell with NAIVE-RED-BLUE-OVERLAY-method ... "
std::cout << "Computing cell for "
<< (_m_xcvs.size() + _m_pts.size())
<< " input objects "
<< "with NAIVE-RED-BLUE-OVERLAY-method ... "
<< std::flush;
#endif
// TODO permute INPUT randomly!!