mirror of https://github.com/CGAL/cgal
turn off spamming
This commit is contained in:
parent
1edc22b8c1
commit
1a54b648a4
|
|
@ -39,7 +39,7 @@ bool run_test(
|
||||||
std::cout << input_filename << std::endl;
|
std::cout << input_filename << std::endl;
|
||||||
|
|
||||||
for (std::size_t i = 0; i < ks.size(); i++) {
|
for (std::size_t i = 0; i < ks.size(); i++) {
|
||||||
KSP ksp(CGAL::parameters::verbose(true).debug(true));
|
KSP ksp(CGAL::parameters::verbose(false).debug(false));
|
||||||
|
|
||||||
ksp.insert(input_vertices, input_faces);
|
ksp.insert(input_vertices, input_faces);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue