mirror of https://github.com/CGAL/cgal
Fide typos
This commit is contained in:
parent
de39c1f161
commit
4fea33a35f
|
|
@ -5,7 +5,7 @@
|
|||
\begin{ccRefFunctionObjectClass}{Multiscale_sort<Sort>}
|
||||
\ccDefinition The class \ccRefName\ represents a sorting algorithm adaptor.
|
||||
Given a range of $n$ points:
|
||||
\begin{enumrate}
|
||||
\begin{enumerate}
|
||||
\item it applies \ccc{Sort} on the last $(1 -$\ccc{ratio}$)\times n$ points,
|
||||
\item it recurses on the first \ccc{ratio}$\times n$ points,
|
||||
stopping when there are less than \ccc{threshold} points.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ The default traits class \ccc{Default_traits} is the kernel in which the type
|
|||
\item \ccc{Traits} is a model for concept \ccc{SpatialSortingTraits_2} or \ccc{SpatialSortingTraits_3}.
|
||||
\end{enumerate}
|
||||
|
||||
\ccImplemetation
|
||||
\ccImplementation
|
||||
Creates an instance of \ccc{Hilbert_sort_2<Traits>} or
|
||||
\ccc{Hilbert_sort_3<Traits>} and calls its \ccc{operator()}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue