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