From dc1b7bbfba3b58c73f651b6ec17ca5e2e6306e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 2 Jul 2015 11:32:11 +0200 Subject: [PATCH] update graph requirement --- .../doc/Mean_curvature_skeleton/PackageDescription.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mean_curvature_skeleton/doc/Mean_curvature_skeleton/PackageDescription.txt b/Mean_curvature_skeleton/doc/Mean_curvature_skeleton/PackageDescription.txt index 5e1f228e5a7..9854a93c7eb 100644 --- a/Mean_curvature_skeleton/doc/Mean_curvature_skeleton/PackageDescription.txt +++ b/Mean_curvature_skeleton/doc/Mean_curvature_skeleton/PackageDescription.txt @@ -11,7 +11,7 @@ \cgalPkgDesc{This package provides a (1D) curve skeleton extraction algorithm for a triangulated polygonal mesh without borders based on the mean curvature flow. The particularity of this skeleton is that it capture the topology of the input. For each skeleton vertex one can obtain its location and its corresponding vertices from the input mesh. - The code is generic and works with any model of the `HalfedgeGraph` + The code is generic and works with any model of the `FaceListGraph` concept. } \cgalPkgManuals{Chapter_3D_Mean_Curvature_Skeleton,PkgMeanCurvatureSkeleton3}