fixed typo in the doc

This commit is contained in:
Mariette Yvinec 2003-12-01 17:04:32 +00:00
parent 988456ba88
commit 3fe2e76606
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Package triangulation: provides triangulations Delaunay triangulations,
constrained and regular triangulations with tests and examples.
ver 8.26
- fixed typo in the doc
ver 8.25 (25/11/03)
- fixed #include/CGAL/Triangulation_short_names_3.h in
Triangulation_hierarchy_vertex_base_2.h

View File

@ -235,7 +235,7 @@ vertices_in_constraint_begin(Vertex_handle va, Vertex_handle vb);}
of an input constraint.}
\ccGlue
\ccMethod{Vertices_in_constraint_iterator
vertices_in_constraint_end(Vertex_handle va, ertex_handle vb);}
vertices_in_constraint_end(Vertex_handle va, Vertex_handle vb);}
{Returns an iterator past the last vertex on the constraint
\ccc{(va,vb)}
\ccPrecond \ccc{va} and \ccc{vb} refer to the vertices

View File

@ -235,7 +235,7 @@ vertices_in_constraint_begin(Vertex_handle va, Vertex_handle vb);}
of an input constraint.}
\ccGlue
\ccMethod{Vertices_in_constraint_iterator
vertices_in_constraint_end(Vertex_handle va, ertex_handle vb);}
vertices_in_constraint_end(Vertex_handle va, Vertex_handle vb);}
{Returns an iterator past the last vertex on the constraint
\ccc{(va,vb)}
\ccPrecond \ccc{va} and \ccc{vb} refer to the vertices