diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-19 03:31:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-19 03:31:37 (GMT) |
commit | ddbdd58d16a4e4f0fa15096736922985e458ff99 (patch) | |
tree | b3b01ef08a7f548147e00f518b2bcecd6019f8a3 /src/cgal.h | |
parent | 8191c292b00af4fcfa22c7ab59db9e53e122e10c (diff) |
add OpenSCAD version to about dialog title.
improve SVG debugging output for Nef3 and Nef2 polyhedra.
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,8 +54,6 @@ typedef CGAL::Polyhedron_3<CGAL_Kernel3> CGAL_Polyhedron; typedef CGAL_Polyhedron::HalfedgeDS CGAL_HDS; typedef CGAL::Polyhedron_incremental_builder_3<CGAL_HDS> CGAL_Polybuilder; -typedef CGAL::Cartesian<NT>::Iso_cuboid_3 CGAL_Iso_cuboid_3; - #ifdef PREV_NDEBUG #define NDEBUG PREV_NDEBUG #endif |