From 2b3b07a2f9d122dc48e2201fe3f0338ba8f00c20 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 1 Apr 2016 10:39:48 +0200 Subject: [PATCH] add mising timer start --- .../include/CGAL/Polygon_mesh_processing/remesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h index 5f7e9471577..5134ccc51a9 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h @@ -112,6 +112,7 @@ void isotropic_remeshing(const FaceRange& faces CGAL::Timer t; std::cout << "Remeshing parameters..."; std::cout.flush(); + t.start(); #endif typedef typename GetGeomTraits::type GT;