From 9b8f910ceea3484d7dd01b9099e4701efe05dfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 10 Feb 2017 17:22:02 +0100 Subject: [PATCH] move edge_index that is not defined in boost --- BGL/include/CGAL/boost/graph/boost_parameters_interface.h | 1 - BGL/include/CGAL/boost/graph/parameters_interface.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/boost_parameters_interface.h b/BGL/include/CGAL/boost/graph/boost_parameters_interface.h index 8a6ce0182a9..148fd8d673d 100644 --- a/BGL/include/CGAL/boost/graph/boost_parameters_interface.h +++ b/BGL/include/CGAL/boost/graph/boost_parameters_interface.h @@ -19,5 +19,4 @@ // List the named parameters imported from boost we are using in CGAL CGAL_add_named_parameter(vertex_index_t, vertex_index_map, vertex_index_map) -CGAL_add_named_parameter(edge_index_t, edge_index_map, edge_index_map) CGAL_add_named_parameter(graph_visitor_t, visitor, visitor) diff --git a/BGL/include/CGAL/boost/graph/parameters_interface.h b/BGL/include/CGAL/boost/graph/parameters_interface.h index 709ec24f633..3e068dd8b28 100644 --- a/BGL/include/CGAL/boost/graph/parameters_interface.h +++ b/BGL/include/CGAL/boost/graph/parameters_interface.h @@ -20,6 +20,7 @@ // List of new named parameters that we use in CGAL CGAL_add_named_parameter(vertex_point_t, vertex_point_map, vertex_point_map) CGAL_add_named_parameter(face_index_t, face_index_map, face_index_map) +CGAL_add_named_parameter(edge_index_t, edge_index_map, edge_index_map) CGAL_add_named_parameter(halfedge_index_t, halfedge_index_map, halfedge_index_map) CGAL_add_named_parameter(edge_is_constrained_t, edge_is_constrained, edge_is_constrained_map) CGAL_add_named_parameter(edge_is_constrained_params_t, edge_is_constrained_params, edge_is_constrained_map_params)