mirror of https://github.com/CGAL/cgal
Output formatting
This commit is contained in:
parent
e3a9115e66
commit
ea402184c2
|
|
@ -236,7 +236,7 @@ int main(int argc,char** argv) {
|
|||
|
||||
overall_timer.stop();
|
||||
|
||||
std::cout << "Overall timer: " << overall_timer.time() << std::endl;
|
||||
std::cout << "Overall timer: " << overall_timer.time() << std::endl;
|
||||
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue