fix wrong figure ref

This commit is contained in:
Sébastien Loriot 2013-01-24 08:56:09 +01:00
parent 2444c08a86
commit 6f60be121b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ is opposite to the vertex with the same index.
Each edge has two implicit representations : the edge
of a face `f` which is opposed to the vertex indexed `i`,
can be represented as well as an edge of the `neighbor(i)` of
`f`. See Figure \ref Triangulation_2D_Fig_neighbors1
`f`. See Figure \ref fig__TDS_2D_Fig_neighbors1.
The triangulation data structure
is responsible for the combinatorial integrity of the triangulation.