summaryrefslogtreecommitdiff
path: root/src/cgalutils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgalutils.cc')
-rw-r--r--src/cgalutils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalutils.cc b/src/cgalutils.cc
index 64782fb..e39c495 100644
--- a/src/cgalutils.cc
+++ b/src/cgalutils.cc
@@ -137,7 +137,7 @@ CGAL_Polyhedron *createPolyhedronFromPolySet(const PolySet &ps)
P->delegate(builder);
}
catch (CGAL::Assertion_exception e) {
- PRINTF("CGAL error in CGAL_Build_PolySet: %s", e.what());
+ PRINTB("CGAL error in CGAL_Build_PolySet: %s", e.what());
delete P;
P = NULL;
}
contact: Jan Huwald // Impressum