update graph requirement

This commit is contained in:
Sébastien Loriot 2015-07-02 11:32:11 +02:00
parent 917c758108
commit dc1b7bbfba
1 changed files with 1 additions and 1 deletions

View File

@ -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}