mirror of https://github.com/CGAL/cgal
- Better identifiable macro names.
This commit is contained in:
parent
bc46d0eaa1
commit
e0cfd7d1ad
|
|
@ -63,8 +63,8 @@
|
|||
|
||||
// ======
|
||||
#define Delaunay_triangulation_3 DT
|
||||
#define Delaunay_remove_tds_face_3_2 Df
|
||||
#define Delaunay_remove_tds_vertex_3_2 Dv
|
||||
#define Delaunay_remove_tds_face_3_2 DRf32
|
||||
#define Delaunay_remove_tds_vertex_3_2 DRv32
|
||||
|
||||
#define Regular_triangulation_euclidean_traits_3 R_gt
|
||||
#define Regular_triangulation_3 RT
|
||||
|
|
|
|||
Loading…
Reference in New Issue