turn off spamming

This commit is contained in:
Sven Oesau 2024-04-24 17:44:14 +02:00
parent 1edc22b8c1
commit 1a54b648a4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ bool run_test(
std::cout << input_filename << std::endl;
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);