From 49baf4ce36fc352a1a38c0e3c15eda1a441ebcec Mon Sep 17 00:00:00 2001 From: Jackson Campolattaro Date: Fri, 7 Aug 2020 17:17:22 -0400 Subject: [PATCH] Mark location of issue --- .../Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h index 4823948d799..4d6578bb2e8 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h +++ b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h @@ -300,7 +300,6 @@ public: m_valid_iterators = true; - std::cout << *(m_input_iterator_first + 0) << std::endl; } /*! @@ -373,9 +372,14 @@ public: m_point_pmap, 0); + std::cout << "s = " << s << std::endl; + std::cout << *(m_input_iterator_first + 0) << std::endl; + m_available_octree_sizes[s] = subsetSize; m_direct_octrees[s]->refine(m_options.cluster_epsilon); + std::cout << *(m_input_iterator_first + 0) << std::endl; + remainingPoints -= subsetSize; } @@ -564,7 +568,6 @@ public: static_cast(m_num_available_points)); while (m_shape_index[first_sample] != -1); - std::cout << *(m_input_iterator_first + 0) << std::endl; done = drawSamplesFromCellContainingPoint(m_global_octree,