From 1da84501f7e7ab60eb7ee0e3e8cc7540cf77818d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 10 Jan 2018 11:59:14 +0100 Subject: [PATCH] Renamed output function --- BGL/include/CGAL/boost/graph/partition.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BGL/include/CGAL/boost/graph/partition.h b/BGL/include/CGAL/boost/graph/partition.h index 6aa7846ace6..94f47ed7ef4 100644 --- a/BGL/include/CGAL/boost/graph/partition.h +++ b/BGL/include/CGAL/boost/graph/partition.h @@ -57,10 +57,10 @@ namespace CGAL { // with `boost::graph_traits::%face_descriptor` // as key type and `boost::graph_traits::%faces_size_type` as value type. template -void output_dual_graph_partition(const TriangleMesh& tm, - const idx_t nparts, - const FacePartitionIDPmap fpmap, - const std::string filename_base) +void output_partition(const TriangleMesh& tm, + const idx_t nparts, + const FacePartitionIDPmap fpmap, + const std::string filename_base) { CGAL_precondition(CGAL::is_triangle_mesh(tm));