mirror of https://github.com/CGAL/cgal
Moved "Parallel Algo" into section "Software Design"
This commit is contained in:
parent
495330542f
commit
a27e2d225f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue