This commit is contained in:
Laurent Rineau 2007-10-16 15:03:58 +00:00
parent b4afba2e66
commit c6aa96a771
2 changed files with 6 additions and 1 deletions

View File

@ -6,8 +6,12 @@
// #define CGAL_MESHES_DEBUG_REFINEMENT_POINTS
// #define CGAL_DEBUG_OCTREE_CONSTRUCTION
#define CGAL_MESHES_NO_OUTPUT
// #define CGAL_MESHES_NO_OUTPUT
#define CGAL_SURFACE_MESHER_DEBUG_INITIAL_POINTS
// not debugging macros
// #define CGAL_C2T3_USE_POLYHEDRON
#define CGAL_C2T3_USE_FILE_WRITER_OFF

View File

@ -1,3 +1,4 @@
#include "debug_macros.h"
#include <CGAL/Surface_mesh_default_triangulation_3.h>
#include <CGAL/Complex_2_in_triangulation_3.h>
#include <CGAL/make_surface_mesh.h>