Gmp_q -> Gmpq
Gmp_z -> Gmpz
This commit is contained in:
Sébastien Loriot 2011-05-19 17:44:46 +00:00
parent 44e58a0754
commit 75e3dc8c87
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ and the search classes.
\ccParameters
Expects for the template argument a model of the concept \ccc{Kernel},
for example \ccc{CGAL::Cartesian<double>} or \ccc{CGAL::Simple_cartesian<CGAL::Gmp_q>}.
for example \ccc{CGAL::Cartesian<double>} or \ccc{CGAL::Simple_cartesian<CGAL::Gmpq>}.
\ccIsModel

View File

@ -26,7 +26,7 @@ and the search classes. \ccc{Kernel} must be a \cgal\ kernel.
\ccParameters
Expects for the template argument a model of the concept \ccc{Kernel},
for example \ccc{CGAL::Cartesian<double>} or \ccc{CGAL::Simple_cartesian<CGAL::Gmp_q>}.
for example \ccc{CGAL::Cartesian<double>} or \ccc{CGAL::Simple_cartesian<CGAL::Gmpq>}.
\ccIsModel

View File

@ -29,7 +29,7 @@ and the search classes. \ccc{Kernel} must be a \cgal\ kernel.
\ccParameters
Expects for the template argument a model of the concept \ccc{Kernel_d},
for example \ccc{CGAL::Cartesian_d<double>} or \ccc{CGAL::Homogeneous_d<CGAL::Gmp_z>}.
for example \ccc{CGAL::Cartesian_d<double>} or \ccc{CGAL::Homogeneous_d<CGAL::Gmpz>}.
\ccIsModel