mirror of https://github.com/CGAL/cgal
Added a trace in verbose mode
This commit is contained in:
parent
3d32a77b97
commit
614add44be
|
|
@ -167,6 +167,10 @@ bool load_points_from_file(
|
|||
++i;
|
||||
}
|
||||
|
||||
#ifdef CGAL_TC_VERBOSE
|
||||
std::cerr << "'" << filename << "' loaded." << std::endl;
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue