From ffa8c0eac6ebfe389e232b28fedf9cb084049012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 22 Jul 2024 15:48:28 +0200 Subject: [PATCH] also workaround link issue in the user manual --- BGL/doc/BGL/BGL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/doc/BGL/BGL.txt b/BGL/doc/BGL/BGL.txt index cf7e8a73903..4012f3a8a75 100644 --- a/BGL/doc/BGL/BGL.txt +++ b/BGL/doc/BGL/BGL.txt @@ -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 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}, allowing to split triangular meshes that are models of the concept `FaceListGraph` into a given number of subdomains.