diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 04:55:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 04:55:12 (GMT) |
commit | 4d1cf0d0a0f20b8e81a82328efad0960849b0694 (patch) | |
tree | ff4c695e7f108513a947d738d296ef31c3fea6d1 /src/cgalutils.cc | |
parent | 673d73cf31fdafa0dc03876cde0db5b4aab10d1c (diff) |
Localization indicator of CGAL errors
Diffstat (limited to 'src/cgalutils.cc')
-rw-r--r-- | src/cgalutils.cc | 2 |
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; |