mirror of https://github.com/CGAL/cgal
changed .C to .cpp in examples
This commit is contained in:
parent
7c35af5023
commit
b7e95f6617
|
|
@ -82,8 +82,8 @@ on a \stl\ vector with three elements. The resulting vector will be
|
||||||
{\tt [2 5 9]} as it is checked by the assertions. The program is
|
{\tt [2 5 9]} as it is checked by the assertions. The program is
|
||||||
part of the \cgal\ distribution.
|
part of the \cgal\ distribution.
|
||||||
|
|
||||||
%\ccIncludeExampleCode{examples/Circulator/circulator_prog2.C}
|
%\ccIncludeExampleCode{examples/Circulator/circulator_prog2.cpp}
|
||||||
\ccIncludeExampleCode{Circulator/circulator_prog2.C}
|
\ccIncludeExampleCode{Circulator/circulator_prog2.cpp}
|
||||||
|
|
||||||
\end{ccRefClass}
|
\end{ccRefClass}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,8 +78,8 @@ on a \stl\ vector containing three elements. The resulting vector will
|
||||||
be {\tt [2 5 9]} as it is checked by the assertions. The program is
|
be {\tt [2 5 9]} as it is checked by the assertions. The program is
|
||||||
part of the \cgal\ distribution.
|
part of the \cgal\ distribution.
|
||||||
|
|
||||||
%\ccIncludeExampleCode{examples/Circulator/circulator_prog1.C}
|
%\ccIncludeExampleCode{examples/Circulator/circulator_prog1.cpp}
|
||||||
\ccIncludeExampleCode{Circulator/circulator_prog1.C}
|
\ccIncludeExampleCode{Circulator/circulator_prog1.cpp}
|
||||||
|
|
||||||
Another example usage for this adaptor is a random access circulator
|
Another example usage for this adaptor is a random access circulator
|
||||||
over the built-in C arrays. Given an array of type {\tt T*} with a
|
over the built-in C arrays. Given an array of type {\tt T*} with a
|
||||||
|
|
|
||||||
|
|
@ -131,8 +131,8 @@ assertions can be used to protect a templatized algorithm against
|
||||||
instantiations that do not fulfill the requirements. The following
|
instantiations that do not fulfill the requirements. The following
|
||||||
example program illustrates both.
|
example program illustrates both.
|
||||||
|
|
||||||
%\ccIncludeExampleCode{examples/Circulator/circulator_prog3.C}
|
%\ccIncludeExampleCode{examples/Circulator/circulator_prog3.cpp}
|
||||||
\ccIncludeExampleCode{Circulator/circulator_prog3.C}
|
\ccIncludeExampleCode{Circulator/circulator_prog3.cpp}
|
||||||
|
|
||||||
\ccImplementation
|
\ccImplementation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,6 @@ clean: \
|
||||||
# suffix rules
|
# suffix rules
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
||||||
.C$(OBJ_EXT):
|
.cpp$(OBJ_EXT):
|
||||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue