summaryrefslogtreecommitdiff
path: root/src/CGALEvaluator.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-08 04:55:12 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-08 04:55:12 (GMT)
commit4d1cf0d0a0f20b8e81a82328efad0960849b0694 (patch)
treeff4c695e7f108513a947d738d296ef31c3fea6d1 /src/CGALEvaluator.cc
parent673d73cf31fdafa0dc03876cde0db5b4aab10d1c (diff)
Localization indicator of CGAL errors
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r--src/CGALEvaluator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc
index 440637a..34911b1 100644
--- a/src/CGALEvaluator.cc
+++ b/src/CGALEvaluator.cc
@@ -602,7 +602,7 @@ CGAL_Nef_polyhedron CGALEvaluator::evaluateCGALMesh(const PolySet &ps)
}
}
catch (CGAL::Assertion_exception e) {
- PRINTF("CGAL error: %s", e.what());
+ PRINTF("CGAL error in CGA_Nef_polyhedron3(): %s", e.what());
CGAL::set_error_behaviour(old_behaviour);
return CGAL_Nef_polyhedron();
}
contact: Jan Huwald // Impressum