stupid copy-paste bug fixed

This commit is contained in:
Monique Teillaud 2008-10-17 14:41:50 +00:00
parent 37b4b17b3f
commit 5840215302
1 changed files with 7 additions and 14 deletions

View File

@ -4,8 +4,7 @@
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Comparison_result
\ccMethod{CGAL::Comparison_result
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
{Compares the \ccc{x} (first) variables of two \ccc{Root_for_spheres_2_3}.}
@ -26,8 +25,7 @@ A model \ccVar\ of this type must provide:
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Comparison_result
\ccMethod{CGAL::Comparison_result
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
{Compares the \ccc{y} (second) variables of two \ccc{Root_for_spheres_2_3}.}
@ -48,8 +46,7 @@ A model \ccVar\ of this type must provide:
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Comparison_result
\ccMethod{CGAL::Comparison_result
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
{Compares the \ccc{z} (third) variables of two \ccc{Root_for_spheres_2_3}.}
@ -70,8 +67,7 @@ A model \ccVar\ of this type must provide:
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Comparison_result
\ccMethod{CGAL::Comparison_result
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
{Compares the \ccc{x} and \ccc{y} (the two first) variables of
@ -93,8 +89,7 @@ two \ccc{Root_for_spheres_2_3} lexicographically.}
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Comparison_result
\ccMethod{CGAL::Comparison_result
operator()(const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r1,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r2);}
{Compares two \ccc{Root_for_spheres_2_3} lexicographically.}
@ -116,14 +111,12 @@ A model \ccVar\ of this type must provide:
A model \ccVar\ of this type must provide:
\ccMethod{template < class OutputIterator >
CGAL::Sign
\ccMethod{CGAL::Sign
operator()(const AlgebraicKernelForSpheres::Polynomial_1_3 & p,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r);}
{Computes the sign of polynomial \ccc{p} evaluated at a root \ccc{r}.}
\ccMethod{template < class OutputIterator >
CGAL::Sign
\ccMethod{CGAL::Sign
operator()(const AlgebraicKernelForSpheres::Polynomial_for_spheres_2_3 & p,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 & r);}
{Same as previous.}