removed suffix _ex from the examples

This commit is contained in:
Andreas Fabri 2007-02-27 10:04:04 +00:00
parent ff4ffbda38
commit 44e6ae4a90
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ hull is a segment or a polyhedron. Notice that the traits class is not
necessary in the call to \ccc{convex_hull_3} but is used in the definition
of \ccc{Polyhedron_3}.
\ccIncludeExampleCode{Convex_hull_3/quickhull_3_ex.cpp}
\ccIncludeExampleCode{Convex_hull_3/quickhull_3.cpp}
\ccIndexSubitemEnd{convex hull, 3D}{quickhull}
\ccIndexMainItemEnd{quickhull, 3D}

View File

@ -68,7 +68,7 @@ worst case and $O(n \log n)$ expected time.
The following example computes the convex hull of a set of 250 random
points chosen uniformly in a sphere of radius 100.
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_ex.cpp}
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3.cpp}
\ccIndexSubitemEnd{convex hull, 3D}{incremental}
\ccIndexMainItemEnd{convex hull, 3D}