mirror of https://github.com/CGAL/cgal
fixed path to example program
This commit is contained in:
parent
fbf3709103
commit
7251804170
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue