mirror of https://github.com/CGAL/cgal
remove non-utf8 caracters
This commit is contained in:
parent
1f455f621d
commit
38b860ca86
|
|
@ -13,7 +13,7 @@
|
|||
\cgalPkgDescriptionBegin{Triangulations,PkgTriangulationsSummary}
|
||||
\cgalPkgPicture{detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Samuel Hornus, Olivier Devillers and Clément Jamin}
|
||||
\cgalPkgAuthors{Samuel Hornus, Olivier Devillers and Clément Jamin}
|
||||
\cgalPkgDesc{The package `Triangulation` provides classes for manipulating
|
||||
triangulations (pure simplicial complexes) in Euclidean spaces whose dimension
|
||||
can be specified at compile-time or at run-time. Specifically, it provides a
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace CGAL {
|
|||
\anchor Chapter_Triangulations
|
||||
|
||||
\cgalAutoToc
|
||||
\authors Samuel Hornus, Olivier Devillers and Clément Jamin.
|
||||
\authors Samuel Hornus, Olivier Devillers and Clément Jamin.
|
||||
|
||||
This package proposes data structures and algorithms to compute
|
||||
triangulations of points in any dimensions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue