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 79e9f1f..bef873c 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: %s", e.what());
+ PRINTF("CGAL error in CGAL_Build_PolySet: %s", e.what());
CGAL::set_error_behaviour(old_behaviour);
}
return P;
contact: Jan Huwald // Impressum