Changed .C to .cpp for demos and examples

This commit is contained in:
Andreas Fabri 2006-06-12 14:19:28 +00:00
parent b2382dcb59
commit 24c66f33aa
5 changed files with 2 additions and 2 deletions

View File

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

View File

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