also workaround link issue in the user manual

This commit is contained in:
Sébastien Loriot 2024-07-22 15:48:28 +02:00
parent 583fec51c6
commit ffa8c0eac6
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ of the same concept. See `CGAL/boost/graph/graph_traits_inheritance_macros.h` fo
For algorithms that operate locally, partitioning is often an easy way to parallelize For algorithms that operate locally, partitioning is often an easy way to parallelize
the algorithm at little cost. the algorithm at little cost.
The functions `CGAL::METIS::partition_graph()` and `CGAL::METIS::partition_dual_graph()` The functions \link PkgBGLPartition `CGAL::METIS::partition_graph()` \endlink and \link PkgBGLPartition `CGAL::METIS::partition_dual_graph()` \endlink
provide wrappers to the graph partitioning library METIS \cgalCite{karypis1998fast}, provide wrappers to the graph partitioning library METIS \cgalCite{karypis1998fast},
allowing to split triangular meshes that are models of the concept `FaceListGraph` allowing to split triangular meshes that are models of the concept `FaceListGraph`
into a given number of subdomains. into a given number of subdomains.