Moved "Parallel Algo" into section "Software Design"

This commit is contained in:
Clement Jamin 2013-10-03 17:32:44 +02:00
parent 495330542f
commit a27e2d225f
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ My_vertex(const Point&p, Cell_handle c) : Vb(p, c) {}
The situation is exactly similar for cell base classes.
Section \ref TDS3secdesign "Software Design" provides more detailed information.
\section Triangulation_3ParallelAlgorithms Parallel algorithms
\subsection Triangulation_3ParallelAlgorithms Parallel algorithms
Parallel algorithms of `Delaunay_triangulation_3` and `Regular_triangulation_3` are enabled
if the `TriangulationDataStructure_3::Concurrency_tag` embeddded type is `Parallel_tag` and a