mirror of https://github.com/CGAL/cgal
disable verbosity of `build_triangulation_from_file` - too verbose
This commit is contained in:
parent
0f25ddae73
commit
7a101937c6
|
|
@ -138,7 +138,7 @@ Polyhedron_demo_c3t3_binary_io_plugin::load(
|
||||||
item->set_valid(false);
|
item->set_valid(false);
|
||||||
|
|
||||||
if(CGAL::SMDS_3::build_triangulation_from_file(in, item->c3t3().triangulation(),
|
if(CGAL::SMDS_3::build_triangulation_from_file(in, item->c3t3().triangulation(),
|
||||||
/*verbose = */true, /*replace_subdomain_0 = */false, /*allow_non_manifold = */true))
|
/*verbose = */false, /*replace_subdomain_0 = */false, /*allow_non_manifold = */true))
|
||||||
{
|
{
|
||||||
update_c3t3(item->c3t3());
|
update_c3t3(item->c3t3());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue