mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
9b60480835
commit
7f65ca6bc7
|
|
@ -201,7 +201,7 @@ If the user does not pass explicitly a property map, the graph algorithms
|
|||
use the property map returned by the call \ccc{boost::get(boost::vertex_index,ft)}.
|
||||
This property map assumes that the vertex has a
|
||||
member function \ccc{id()} that returns a reference to an int.
|
||||
Therefore \cgal\ offers a class \ccc{Trinagulation_vertex_base_with_id_2}.
|
||||
Therefore \cgal\ offers a class \ccc{Triangulation_vertex_base_with_id_2}.
|
||||
It is in the users responsibility to set the indices properly.
|
||||
|
||||
The example further illustrates that the graph traits also works
|
||||
|
|
|
|||
Loading…
Reference in New Issue