diff --git a/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h b/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h index 5f9e258fbdc..aaace81b7ba 100644 --- a/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h +++ b/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h @@ -413,7 +413,7 @@ public: it = m_tr->input_points_begin(); it != m_tr->input_points_end(); ++ it) if (random.get_double() >= ratio) some_points.push_back (it); - + CGAL_TRACE_STREAM << "SPECIAL PASS that uses an approximation of the result (approximation ratio: " << approximation_ratio << ")" << std::endl; CGAL::Timer approximation_timer; approximation_timer.start();