mirror of https://github.com/CGAL/cgal
Renamed output function
This commit is contained in:
parent
d35e6d4329
commit
1da84501f7
|
|
@ -57,7 +57,7 @@ namespace CGAL {
|
||||||
// with `boost::graph_traits<TriangleMesh>::%face_descriptor`
|
// with `boost::graph_traits<TriangleMesh>::%face_descriptor`
|
||||||
// as key type and `boost::graph_traits<Graph>::%faces_size_type` as value type.
|
// as key type and `boost::graph_traits<Graph>::%faces_size_type` as value type.
|
||||||
template<typename TriangleMesh, typename FacePartitionIDPmap>
|
template<typename TriangleMesh, typename FacePartitionIDPmap>
|
||||||
void output_dual_graph_partition(const TriangleMesh& tm,
|
void output_partition(const TriangleMesh& tm,
|
||||||
const idx_t nparts,
|
const idx_t nparts,
|
||||||
const FacePartitionIDPmap fpmap,
|
const FacePartitionIDPmap fpmap,
|
||||||
const std::string filename_base)
|
const std::string filename_base)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue