mirror of https://github.com/CGAL/cgal
Rename example file
This commit is contained in:
parent
e03c51efc3
commit
d8cba3158a
|
|
@ -81,7 +81,7 @@ The following example shows how to create a very simple `Surface_mesh`
|
||||||
by adding 2 faces, and how to check that a face is correctly added
|
by adding 2 faces, and how to check that a face is correctly added
|
||||||
to the mesh.
|
to the mesh.
|
||||||
|
|
||||||
\cgalExample{Surface_mesh/sm_check_wrong_orientation.cpp}
|
\cgalExample{Surface_mesh/check_orientation.cpp}
|
||||||
\section sectionSurfaceMeshConnectivity Connectivity
|
\section sectionSurfaceMeshConnectivity Connectivity
|
||||||
|
|
||||||
A surface mesh is an edge-centered data structure capable of
|
A surface mesh is an edge-centered data structure capable of
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
\example Surface_mesh/sm_check_wrong_orientation.cpp
|
\example Surface_mesh/check_orientation.cpp
|
||||||
\example Surface_mesh/sm_iterators.cpp
|
\example Surface_mesh/sm_iterators.cpp
|
||||||
\example Surface_mesh/sm_circulators.cpp
|
\example Surface_mesh/sm_circulators.cpp
|
||||||
\example Surface_mesh/sm_properties.cpp
|
\example Surface_mesh/sm_properties.cpp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue