fixed: includes of examples after Andreas' changes .C -> .cpp

This commit is contained in:
Monique Teillaud 2006-07-14 07:41:38 +00:00
parent 855a2557a1
commit 54be839497
1 changed files with 2 additions and 2 deletions

View File

@ -371,13 +371,13 @@ in~\ref{T3-sec-compat}.
The following example shows how to construct a 3D triangulation data
structure by inserting vertices.
\ccIncludeExampleCode{Triangulation_3/example_tds.C}
\ccIncludeExampleCode{Triangulation_3/example_tds.cpp}
\subsection{Cross-linking between a 2D and a 3D data structures}
This example program illustrates how to setup a 2D and a 3D triangulation data
structures whose vertices respectively store vertex handles of the other one.
\ccIncludeExampleCode{Triangulation_3/example_linking_2d_and_3d.C}
\ccIncludeExampleCode{Triangulation_3/example_linking_2d_and_3d.cpp}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Design and Implementation History}