summaryrefslogtreecommitdiff
path: root/union.cc
diff options
context:
space:
mode:
Diffstat (limited to 'union.cc')
-rw-r--r--union.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/union.cc b/union.cc
index 2df4d28..a1315ce 100644
--- a/union.cc
+++ b/union.cc
@@ -48,6 +48,7 @@ CGAL_Nef_polyhedron UnionNode::render_cgal_nef_polyhedron() const
CGAL_Nef_polyhedron N;
foreach (AbstractNode *v, children)
N += v->render_cgal_nef_polyhedron();
+ progress_report();
return N;
}
contact: Jan Huwald // Impressum