From c0de2cf4a2f4863d433e3dd78b404ab73e04b0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 29 Aug 2025 09:55:55 +0200 Subject: [PATCH] move to T2 try fixing CI --- .../include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h | 0 .../include/CGAL/Delaunay_mesh_face_base_2.h | 0 .../include/CGAL/Delaunay_mesh_vertex_base_2.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {Mesh_2 => Triangulation_2}/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h (100%) rename {Mesh_2 => Triangulation_2}/include/CGAL/Delaunay_mesh_face_base_2.h (100%) rename {Mesh_2 => Triangulation_2}/include/CGAL/Delaunay_mesh_vertex_base_2.h (100%) diff --git a/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h b/Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h similarity index 100% rename from Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h rename to Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h diff --git a/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h b/Triangulation_2/include/CGAL/Delaunay_mesh_face_base_2.h similarity index 100% rename from Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h rename to Triangulation_2/include/CGAL/Delaunay_mesh_face_base_2.h diff --git a/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h b/Triangulation_2/include/CGAL/Delaunay_mesh_vertex_base_2.h similarity index 100% rename from Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h rename to Triangulation_2/include/CGAL/Delaunay_mesh_vertex_base_2.h