mirror of https://github.com/CGAL/cgal
Move macro
This commit is contained in:
parent
4d03dbe076
commit
1365fac894
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
#include <CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h>
|
#include <CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h>
|
||||||
|
|
||||||
|
#ifdef CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT2
|
||||||
|
# ifndef CGAL_HOLE_FILLING_DO_NOT_USE_CDT2
|
||||||
|
# define CGAL_HOLE_FILLING_DO_NOT_USE_CDT2
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <CGAL/value_type_traits.h>
|
#include <CGAL/value_type_traits.h>
|
||||||
#ifndef CGAL_HOLE_FILLING_DO_NOT_USE_DT3
|
#ifndef CGAL_HOLE_FILLING_DO_NOT_USE_DT3
|
||||||
|
|
|
||||||
|
|
@ -30,12 +30,6 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <CGAL/array.h>
|
#include <CGAL/array.h>
|
||||||
|
|
||||||
#ifdef CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT2
|
|
||||||
# ifndef CGAL_HOLE_FILLING_DO_NOT_USE_CDT2
|
|
||||||
# define CGAL_HOLE_FILLING_DO_NOT_USE_CDT2
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace Polygon_mesh_processing {
|
namespace Polygon_mesh_processing {
|
||||||
namespace Triangulate_faces {
|
namespace Triangulate_faces {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue