mirror of https://github.com/CGAL/cgal
Fixed traces
This commit is contained in:
parent
7e94196306
commit
5e6fffaace
|
|
@ -269,7 +269,7 @@ int main(int argc, char * argv[])
|
|||
// Print status
|
||||
int nb_vertices = points.size();
|
||||
std::cerr << "Read file " << input_filename << ": " << nb_vertices << " vertices, "
|
||||
<< task_timer.time() << " seconds, "
|
||||
<< task_timer.time() << " seconds"
|
||||
<< std::endl;
|
||||
task_timer.reset();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue