Add missing include, and a few minor changes in the manual.

This commit is contained in:
Sylvain Pion 2009-08-07 20:58:18 +00:00
parent 094505bb76
commit 6a2d8f54d1
2 changed files with 3 additions and 6 deletions

View File

@ -65,7 +65,7 @@ construction of the Voronoi diagram:
\ccConstructor{template < class InputIterator >
Delaunay_triangulation_3 (InputIterator first, InputIterator last,
const DelaunayTriangulationTraits_3& traits = DelaunayTriangulationTraits_3())}
{Equivalent to contructing an empty triangulation with the optional
{Equivalent to constructing an empty triangulation with the optional
traits class argument and calling \ccc{insert(first,last)}.}
\ccOperations
@ -349,10 +349,6 @@ These methods are mainly a debugging help for the users of advanced features.
\ccSeeAlso
\ccc{CGAL::Triangulation_hierarchy_3}.
%% \ccExample
%% \ccIncludeExampleCode{Triangulation3/Delaunay_triangulation_3_prog.cpp}
\ccc{CGAL::Triangulation_hierarchy_3}
\end{ccRefClass}

View File

@ -22,6 +22,7 @@
#include <CGAL/basic.h>
#include <CGAL/Random.h>
#include <CGAL/triangulation_assertions.h>
#include <CGAL/Triangulation_hierarchy_vertex_base_3.h>
CGAL_BEGIN_NAMESPACE