This commit is contained in:
Sébastien Loriot 2016-01-13 08:17:29 +01:00
parent 90057adc10
commit 1fc7e45cde
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ This class implements a 2D mesh generator.
\tparam CDT must be a 2D constrained Delaunay triangulation, and type `CDT::Face`
should be a model of the concept `MeshFaceBase_2`.
should be a model of the concept `DelaunayMeshFaceBase_2`.
The geometric traits class of the instance of `CDT` has to be
a model of the concept `DelaunayMeshTraits_2`.