From 72518041702ba0da9bfc401b38d2294839d522aa Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Thu, 24 May 2001 09:38:32 +0000 Subject: [PATCH] fixed path to example program --- .../basic/ConvexHull/ConvexHull_ref/convex_hull_points_2.tex | 2 +- .../doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Convex_hull_2/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_points_2.tex b/Packages/Convex_hull_2/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_points_2.tex index c978a3b59f9..8073b498c6a 100644 --- a/Packages/Convex_hull_2/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_points_2.tex +++ b/Packages/Convex_hull_2/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_points_2.tex @@ -78,7 +78,7 @@ Remember, that when no traits class is specified for the function \ccc{convex_hull_points_2}, the representation class \ccc{R} is used with the two-dimensional \cgal\ kernel to create the default traits class. -\ccIncludeExampleCode{demo/ConvexHull/convex_hull_points_2_demo.C} +\ccIncludeExampleCode{../../../demo/Convex_hull_2/convex_hull_points_2_demo.C} \ccIndexMainItemEnd{convex hull, 2D} \end{ccRefFunction} diff --git a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex index 5b426e66332..fc4adeb2e07 100644 --- a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex +++ b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex @@ -69,7 +69,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{examples/Convex_hull_3/ch_quickhull_3_ex.C} +\ccIncludeExampleCode{../../../examples/Convex_hull_3/ch_quickhull_3_ex.C} \ccIndexSubitemEnd{convex hull, 3D}{quickhull} \ccIndexMainItemEnd{quickhull, 3D}