add mising timer start

This commit is contained in:
Jane Tournois 2016-04-01 10:39:48 +02:00
parent a829161ca1
commit 2b3b07a2f9
1 changed files with 1 additions and 0 deletions

View File

@ -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<PM, NamedParameters>::type GT;