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));