This commit is contained in:
Mael Rouxel-Labbé 2020-01-02 14:53:53 +01:00
parent 25236ef594
commit fc1e9e4a46
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ The parallel version of the algorithm is enabled by specifying the template para
In case it is not sure whether TBB is available and linked with \cgal, In case it is not sure whether TBB is available and linked with \cgal,
`CGAL::Parallel_if_available_tag` can be used. By default, the sequential version is used. `CGAL::Parallel_if_available_tag` can be used. By default, the sequential version is used.
\cgalExample{Spatial_sorting/parallel_spatial_sort_2.cpp} \cgalExample{Spatial_sorting/parallel_spatial_sort_3.cpp}
\section Spatial_sortingDesign Design and Implementation History \section Spatial_sortingDesign Design and Implementation History