mirror of https://github.com/CGAL/cgal
improve Mesh_3 log in demo
This commit is contained in:
parent
0bc3658893
commit
4d38aa566e
|
|
@ -171,7 +171,9 @@ log() const
|
|||
.arg(detect_connected_components);
|
||||
res << QString("use weights: %1").arg(weights_ptr != nullptr);
|
||||
}
|
||||
res << QString("use aabb tree: %1").arg(use_sizing_field_with_aabb_tree);
|
||||
if(use_sizing_field_with_aabb_tree)
|
||||
res << QString("use sizing field with aabb tree: %1").arg(use_sizing_field_with_aabb_tree);
|
||||
if(manifold)
|
||||
res << QString("manifold: %1").arg(manifold);
|
||||
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Reference in New Issue