mirror of https://github.com/CGAL/cgal
add mising timer start
This commit is contained in:
parent
a829161ca1
commit
2b3b07a2f9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue