From 6a5bf5f4ced403d99b26e0050e6411cd53b4c472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Fri, 22 Jan 2016 16:42:37 +0100 Subject: [PATCH] Rename the file --- BGL/doc/BGL/Doxyfile.in | 1 + .../boost/graph/{convert_surface_mesh.h => copy_face_graph.h} | 0 2 files changed, 1 insertion(+) rename BGL/include/CGAL/boost/graph/{convert_surface_mesh.h => copy_face_graph.h} (100%) diff --git a/BGL/doc/BGL/Doxyfile.in b/BGL/doc/BGL/Doxyfile.in index 4d90fe068ed..0e7bc775f7d 100644 --- a/BGL/doc/BGL/Doxyfile.in +++ b/BGL/doc/BGL/Doxyfile.in @@ -7,6 +7,7 @@ INPUT += ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Euler_operations.h \ ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/helpers.h \ ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/selection.h \ ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/split_graph_into_polylines.h \ + ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/copy_face_graph.h \ ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Dual.h EXAMPLE_PATH = ${CGAL_Surface_mesh_skeletonization_EXAMPLE_DIR} \ ${CGAL_BGL_EXAMPLE_DIR} diff --git a/BGL/include/CGAL/boost/graph/convert_surface_mesh.h b/BGL/include/CGAL/boost/graph/copy_face_graph.h similarity index 100% rename from BGL/include/CGAL/boost/graph/convert_surface_mesh.h rename to BGL/include/CGAL/boost/graph/copy_face_graph.h