mirror of https://github.com/CGAL/cgal
fixed: includes of examples after Andreas' changes .C -> .cpp
This commit is contained in:
parent
855a2557a1
commit
54be839497
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue