Rename example file

This commit is contained in:
Maxime Gimeno 2019-09-03 13:12:55 +02:00
parent e03c51efc3
commit d8cba3158a
3 changed files with 2 additions and 2 deletions

View File

@ -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
to the mesh.
\cgalExample{Surface_mesh/sm_check_wrong_orientation.cpp}
\cgalExample{Surface_mesh/check_orientation.cpp}
\section sectionSurfaceMeshConnectivity Connectivity
A surface mesh is an edge-centered data structure capable of

View File

@ -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_circulators.cpp
\example Surface_mesh/sm_properties.cpp