fixed path to example program

This commit is contained in:
Susan Hert 2001-05-24 09:38:32 +00:00
parent fbf3709103
commit 7251804170
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}