diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-21 17:10:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-21 17:10:06 (GMT) |
commit | 30fad0d4e44017c715cd81b807bc14598418e8a5 (patch) | |
tree | 2e01fb800f3aeeb34301a5daf949e463787404d3 /src/cgalutils.h | |
parent | ddbdd58d16a4e4f0fa15096736922985e458ff99 (diff) |
remove old dump code. improve debugging svg output.
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r-- | src/cgalutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h index 2bf6566..3fb9360 100644 --- a/src/cgalutils.h +++ b/src/cgalutils.h @@ -9,5 +9,6 @@ std::string dump_cgal_nef_polyhedron2( const CGAL_Nef_polyhedron2 &N ); std::string dump_cgal_nef_polyhedron3( const CGAL_Nef_polyhedron3 &N ); std::string dump_cgal_nef_polyhedron2_svg( const CGAL_Nef_polyhedron2 &N ); std::string dump_cgal_nef_polyhedron3_svg( const CGAL_Nef_polyhedron3 &N ); +static int svg_counter = 0; #endif |