changed .C to .cpp in examples

This commit is contained in:
Andreas Fabri 2006-07-09 19:21:18 +00:00
parent 3da60d83cf
commit e053932e6a
14 changed files with 13 additions and 13 deletions

View File

@ -67,7 +67,7 @@ depend:
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
# DO NOT DELETE

View File

@ -679,7 +679,7 @@ differential quantities from a set of points given in a text file as
input. The first point of the list is the one at which the computation
is performed. The user has to specify a file for the input points, a
file to output the results, the degrees $d$ and $d'$.
\ccIncludeExampleCode{Jet_fitting_3/blind_1pt.C}
\ccIncludeExampleCode{Jet_fitting_3/blind_1pt.cpp}
\paragraph{On a mesh.}
The second example (cf blind.C in the example directory) illustrates
@ -726,4 +726,4 @@ Following are some illustrations featuring principal directions of curvature.
\end{ccHtmlOnly}
\end{figure}
%\ccIncludeExampleCode{Jet_fitting_3/blind.C} %too long to be included?
%\ccIncludeExampleCode{Jet_fitting_3/blind.cpp} %too long to be included?

View File

@ -64,7 +64,7 @@ The \ccc{LocalKernel} concept.
%A short example program.
%Instead of a short program fragment, a full running program can be
%included using the
%\verb|\ccIncludeExampleCode{Jet_fitting_3/DataKernel.C}|
%\verb|\ccIncludeExampleCode{Jet_fitting_3/DataKernel.cpp}|
%macro. The program example would be part of the source code distribution and
%also part of the automatic test suite.
@ -73,7 +73,7 @@ The \ccc{LocalKernel} concept.
%}
%\end{ccExampleCode}
%% \ccIncludeExampleCode{Jet_fitting_3/DataKernel.C}
%% \ccIncludeExampleCode{Jet_fitting_3/DataKernel.cpp}
\end{ccRefConcept}

View File

@ -71,7 +71,7 @@ number of M. The solution is stored in B.}
%A short example program.
%Instead of a short program fragment, a full running program can be
%included using the
%\verb|\ccIncludeExampleCode{Jet_fitting_3/LinAlgTraits.C}|
%\verb|\ccIncludeExampleCode{Jet_fitting_3/LinAlgTraits.cpp}|
%macro. The program example would be part of the source code distribution and
%also part of the automatic test suite.
@ -80,7 +80,7 @@ number of M. The solution is stored in B.}
%}
%\end{ccExampleCode}
%% \ccIncludeExampleCode{Jet_fitting_3/LinAlgTraits.C}
%% \ccIncludeExampleCode{Jet_fitting_3/LinAlgTraits.cpp}
\end{ccRefConcept}

View File

@ -87,7 +87,7 @@ The \ccc{DataKernel} and \ccc{LinAlgTraits} concepts.
%A short example program.
%Instead of a short program fragment, a full running program can be
%included using the
%\verb|\ccIncludeExampleCode{Jet_fitting_3/LocalKernel.C}|
%\verb|\ccIncludeExampleCode{Jet_fitting_3/LocalKernel.cpp}|
%macro. The program example would be part of the source code distribution and
%also part of the automatic test suite.
@ -96,7 +96,7 @@ The \ccc{DataKernel} and \ccc{LinAlgTraits} concepts.
%}
%\end{ccExampleCode}
%% \ccIncludeExampleCode{Jet_fitting_3/LocalKernel.C}
%% \ccIncludeExampleCode{Jet_fitting_3/LocalKernel.cpp}
\end{ccRefConcept}

View File

@ -102,7 +102,7 @@ curvature, the minimal principal curvature.}
%}
%\end{ccExampleCode}
%%% \ccIncludeExampleCode{Jet_fitting_3/Monge_rep.C}
%%% \ccIncludeExampleCode{Jet_fitting_3/Monge_rep.cpp}
\end{ccRefClass}

View File

@ -84,7 +84,7 @@ coefficients, outputs are stored in \ccc{monge_form} and
%A short example program.
%Instead of a short program fragment, a full running program can be
%included using the
%\verb|\ccIncludeExampleCode{Jet_fitting_3/Monge_via_jet_fitting.C}|
%\verb|\ccIncludeExampleCode{Jet_fitting_3/Monge_via_jet_fitting.cpp}|
%macro. The program example would be part of the source code distribution and
%also part of the automatic test suite.
@ -93,7 +93,7 @@ coefficients, outputs are stored in \ccc{monge_form} and
%}
%\end{ccExampleCode}
%% \ccIncludeExampleCode{Jet_fitting_3/Monge_via_jet_fitting.C}
%% \ccIncludeExampleCode{Jet_fitting_3/Monge_via_jet_fitting.cpp}
\end{ccRefClass}

View File

@ -70,7 +70,7 @@ depend:
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
# DO NOT DELETE