mirror of https://github.com/CGAL/cgal
some debug output
This commit is contained in:
parent
47f41257bb
commit
91313e8f39
|
|
@ -199,7 +199,10 @@ public:
|
||||||
CGAL::Object cell_rbo_naive(const Point_2& pt) const {
|
CGAL::Object cell_rbo_naive(const Point_2& pt) const {
|
||||||
if (!_m_cell_handle_rbo) {
|
if (!_m_cell_handle_rbo) {
|
||||||
#if !NDEBUG
|
#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;
|
<< std::flush;
|
||||||
#endif
|
#endif
|
||||||
// TODO permute INPUT randomly!!
|
// TODO permute INPUT randomly!!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue