mirror of https://github.com/CGAL/cgal
changed .C to .cpp in examples
This commit is contained in:
parent
3da60d83cf
commit
e053932e6a
|
|
@ -67,7 +67,7 @@ depend:
|
|||
# suffix rules
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
.C$(OBJ_EXT):
|
||||
.cpp$(OBJ_EXT):
|
||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||
|
||||
# DO NOT DELETE
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ depend:
|
|||
# suffix rules
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
.C$(OBJ_EXT):
|
||||
.cpp$(OBJ_EXT):
|
||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||
|
||||
# DO NOT DELETE
|
||||
|
|
|
|||
Loading…
Reference in New Issue