mirror of https://github.com/CGAL/cgal
Renamed output function
This commit is contained in:
parent
d35e6d4329
commit
1da84501f7
|
|
@ -57,10 +57,10 @@ namespace CGAL {
|
|||
// with `boost::graph_traits<TriangleMesh>::%face_descriptor`
|
||||
// as key type and `boost::graph_traits<Graph>::%faces_size_type` as value type.
|
||||
template<typename TriangleMesh, typename FacePartitionIDPmap>
|
||||
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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue