Move macro

This commit is contained in:
Mael Rouxel-Labbé 2023-03-29 10:08:10 +02:00
parent 4d03dbe076
commit 1365fac894
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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 {