From 4fea33a35f048b1d93435cdea02c370a8cbb8bec Mon Sep 17 00:00:00 2001 From: Christophe Delage Date: Fri, 15 Sep 2006 06:58:48 +0000 Subject: [PATCH] Fide typos --- Spatial_sorting/doc_tex/Spatial_sorting_ref/Multiscale_sort.tex | 2 +- Spatial_sorting/doc_tex/Spatial_sorting_ref/hilbert_sort.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Spatial_sorting/doc_tex/Spatial_sorting_ref/Multiscale_sort.tex b/Spatial_sorting/doc_tex/Spatial_sorting_ref/Multiscale_sort.tex index 3b23815b4dc..511c1d877e0 100644 --- a/Spatial_sorting/doc_tex/Spatial_sorting_ref/Multiscale_sort.tex +++ b/Spatial_sorting/doc_tex/Spatial_sorting_ref/Multiscale_sort.tex @@ -5,7 +5,7 @@ \begin{ccRefFunctionObjectClass}{Multiscale_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. diff --git a/Spatial_sorting/doc_tex/Spatial_sorting_ref/hilbert_sort.tex b/Spatial_sorting/doc_tex/Spatial_sorting_ref/hilbert_sort.tex index af5c6394ab4..98470a39fb3 100644 --- a/Spatial_sorting/doc_tex/Spatial_sorting_ref/hilbert_sort.tex +++ b/Spatial_sorting/doc_tex/Spatial_sorting_ref/hilbert_sort.tex @@ -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} or \ccc{Hilbert_sort_3} and calls its \ccc{operator()}.