diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-26 23:09:27 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-26 23:09:27 (GMT) |
commit | 1c44d04e00534df1e541be5e2bb87d7c676997ef (patch) | |
tree | 235aaf6f0e8acd6bf7b9a9f0cfa17bdecd554270 /src/dxftess-cgal.cc | |
parent | 8c02f17bb3614bc6f31c45a42fdf4a55d74a8e50 (diff) | |
parent | 41ab9e8ab613d6d33ade2fa4db1fe93878993282 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/dxftess-cgal.cc')
-rw-r--r-- | src/dxftess-cgal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxftess-cgal.cc b/src/dxftess-cgal.cc index 14f1204..5f95e6a 100644 --- a/src/dxftess-cgal.cc +++ b/src/dxftess-cgal.cc @@ -471,7 +471,7 @@ bool triangulate_polygon( const PolySet::Polygon &pgon, std::vector<PolySet::Pol triangles.push_back( pgon ); } } - } catch (const CGAL::Assertion_exception &e) { + } catch (const CGAL::Failure_exception &e) { PRINTB("CGAL error in dxftess triangulate_polygon: %s", e.what()); err = true; } |