mirror of https://github.com/CGAL/cgal
Changed .C to .cpp for demos and examples
This commit is contained in:
parent
b2382dcb59
commit
24c66f33aa
|
|
@ -64,7 +64,7 @@ polygon is shown at the standard ouput console. The same results could be
|
|||
achieved by substituting the function \ccc{CGAL::ch_graham_andrew} by other
|
||||
function like \ccc{CGAL::ch_bykat}.
|
||||
|
||||
\ccIncludeExampleCode{Convex_hull_2/ch_example_from_cin_to_cout.C}
|
||||
\ccIncludeExampleCode{Convex_hull_2/ch_example_from_cin_to_cout.cpp}
|
||||
|
||||
|
||||
\section{Extreme Points and Hull Subsequences}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ Remember, that when no traits class is specified for the function
|
|||
\ccc{convex_hull_2}, the kernel from which the input points come is
|
||||
used as the default traits class.
|
||||
|
||||
%\ccIncludeExampleCode{Convex_hull_2/convex_hull_2.C}
|
||||
%\ccIncludeExampleCode{Convex_hull_2/convex_hull_2.cpp}
|
||||
|
||||
\ccIndexMainItemEnd{convex hull, 2D}
|
||||
\end{ccRefFunction}
|
||||
|
|
|
|||
Loading…
Reference in New Issue