From d6816a7368b8f82eaafd84886199d22fd857e1ce Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 31 May 2017 16:08:26 +0200 Subject: [PATCH] Move Mesh_3 specific properties to Mesh_3 --- .../include/CGAL/Mesh_3/properties_Polyhedron_3.h | 0 .../include/CGAL/Mesh_3/properties_Surface_mesh.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Polyhedron/include/CGAL/boost/graph/PMP_properties_Polyhedron_3.h => Mesh_3/include/CGAL/Mesh_3/properties_Polyhedron_3.h (100%) rename Surface_mesh/include/CGAL/boost/graph/PMP_properties_Surface_mesh.h => Mesh_3/include/CGAL/Mesh_3/properties_Surface_mesh.h (100%) diff --git a/Polyhedron/include/CGAL/boost/graph/PMP_properties_Polyhedron_3.h b/Mesh_3/include/CGAL/Mesh_3/properties_Polyhedron_3.h similarity index 100% rename from Polyhedron/include/CGAL/boost/graph/PMP_properties_Polyhedron_3.h rename to Mesh_3/include/CGAL/Mesh_3/properties_Polyhedron_3.h diff --git a/Surface_mesh/include/CGAL/boost/graph/PMP_properties_Surface_mesh.h b/Mesh_3/include/CGAL/Mesh_3/properties_Surface_mesh.h similarity index 100% rename from Surface_mesh/include/CGAL/boost/graph/PMP_properties_Surface_mesh.h rename to Mesh_3/include/CGAL/Mesh_3/properties_Surface_mesh.h