From 44e6ae4a90fd5a0d25d7b0ab1c6ff45acb6a24f4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 27 Feb 2007 10:04:04 +0000 Subject: [PATCH] removed suffix _ex from the examples --- Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_3.tex | 2 +- .../doc_tex/Convex_hull_3_ref/convex_hull_incremental_3.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_3.tex b/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_3.tex index 92597480d34..74da8f3f0ef 100644 --- a/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_3.tex +++ b/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_3.tex @@ -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} diff --git a/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_incremental_3.tex b/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_incremental_3.tex index 2e242b3a953..2b4b5ee163e 100644 --- a/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_incremental_3.tex +++ b/Convex_hull_3/doc_tex/Convex_hull_3_ref/convex_hull_incremental_3.tex @@ -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}