Emphasize with * and not with backquote; backquote function calls

This commit is contained in:
Andreas Fabri 2016-01-08 17:23:44 +01:00
parent 32a3972c33
commit 8d0d9e00c5
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Each surface facet has a Delaunay surface ball, i. e.
a circumscribing ball, centered
on an input complex surface patch,
and empty of triangulation vertices.
In the following we call `surface center`
In the following we call *surface center*
of a surface facet, the center of its biggest Delaunay surface ball.
The optimizers also need this concept to provide read-write access to two `Cell_handle`
@ -33,8 +33,8 @@ called 'intrusive'.
For parallel algorithms, the functions related to facet
access/modification must be concurrency-safe when several calls are
made in parallel on different facets of the cell (e.g. calling
set_facet_visited(0, true), set_facet_visited(2, true)
and is_facet_visited(1) in parallel must be safe)
`set_facet_visited(0, true)`, `set_facet_visited(2, true)`
and `is_facet_visited(1)` in parallel must be safe)
Moreover, the parallel algorithms require an erase counter in
each cell (see below).