summaryrefslogtreecommitdiff
path: root/src/projection.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-08-03 21:37:51 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-08-03 21:37:51 (GMT)
commitf78d4f74b2606f3cccff0f241b608cb021a30b9b (patch)
tree6d61969163630b4ac88011eddb1894c65d768c78 /src/projection.cc
parent5aec712746eeac2e3bdf2501a7473bcac9777690 (diff)
parenta35c801eec98803bf21d0d6c8d2748f0d9ccd507 (diff)
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/projection.cc')
-rw-r--r--src/projection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projection.cc b/src/projection.cc
index f41ba56..d87b366 100644
--- a/src/projection.cc
+++ b/src/projection.cc
@@ -124,7 +124,7 @@ PolySet *ProjectionNode::render_polyset(render_mode_e) const
}
}
catch (CGAL::Assertion_exception e) {
- PRINTF("ERROR: Illegal polygonal object - make sure all polygons are defined with the same winding order. Skipping affected object.");
+ PRINTF("CGAL error: %s", e.what());
CGAL::set_error_behaviour(old_behaviour);
return ps;
}
contact: Jan Huwald // Impressum