Add #ifdef CGAL_PMP_REFINE_DEBUG for total_timer

This commit is contained in:
Andreas Fabri
2017-01-27 09:21:03 +01:00
parent a3666887a1
commit 006bfdfec0
@@ -313,7 +313,9 @@ public:
calculate_scale_attribute(faces, interior_map, scale_attribute, accept_internal_facets);
std::vector<face_descriptor> 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<face_descriptor> new_faces;