changed .C to .cpp in examples

This commit is contained in:
Andreas Fabri 2006-07-09 19:42:59 +00:00
parent 28e9481ffb
commit d73f286aee
9 changed files with 3 additions and 3 deletions

View File

@ -215,13 +215,13 @@ GHz, with 1 Gb of memory.
\subsection{Meshing a skin surface}
The following example shows the construction of a coarse mesh of the
skin surface from an iterator range of weighted points and a shrink factor.
\ccIncludeExampleCode{Skin_surface_3/skin_surface_simple.C}
\ccIncludeExampleCode{Skin_surface_3/skin_surface_simple.cpp}
\subsection{Meshing and subdividing a skin surface}
This example extends the previous examples with a subdivision of the
coarse mesh to obtain a better approximation. The use of the
polyhedral items is not necessary, but gives a significant speedup.
\ccIncludeExampleCode{Skin_surface_3/skin_surface_subdiv.C}
\ccIncludeExampleCode{Skin_surface_3/skin_surface_subdiv.cpp}

View File

@ -86,6 +86,6 @@ clean: \
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<