From 8ccec9fe98fd6b0becd2d3d806ecd093c267da19 Mon Sep 17 00:00:00 2001 From: Konstantinos Katrioplas Date: Mon, 5 Mar 2018 13:20:50 +0100 Subject: [PATCH] macro rename --- .../include/CGAL/Polygon_mesh_processing/triangulate_faces.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h index 9e4e3d78373..6c7b4c49dd0 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h @@ -140,8 +140,7 @@ public: } else { -#define CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT -#ifdef CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT +#ifdef CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT2 triangulate_face_with_hole_filling(f, pmesh); #else P_traits cdt_traits(normal);