diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h index ffb147f4b7e..420c9f60bd3 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h @@ -313,7 +313,9 @@ public: calculate_scale_attribute(faces, interior_map, scale_attribute, accept_internal_facets); std::vector all_faces(boost::begin(faces), boost::end(faces)); + #ifdef CGAL_PMP_REFINE_DEBUG CGAL::Timer total_timer; total_timer.start(); + #endif for(int i = 0; i < 10; ++i) { std::vector new_faces;