mirror of https://github.com/CGAL/cgal
cosmetic
This commit is contained in:
parent
b4afba2e66
commit
c6aa96a771
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue