From 9503f39f181d1ef50aad804ccadc8cb8b8a32c2c Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Fri, 22 Jan 2010 09:45:03 +0000 Subject: [PATCH] Some small corrections. git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@265 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/tutorial_07b.docu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial_07b.docu b/Doc/tutorial_07b.docu index 0b78bc9a..f0893532 100644 --- a/Doc/tutorial_07b.docu +++ b/Doc/tutorial_07b.docu @@ -18,7 +18,7 @@ The struct which defines the mesh traits then looks like this: After having created the geometry of the cube one can delete faces and vertices by simply calling delete_vertices() (delete_faces() or delete_edges() respectively). -Note that there is actually no way to delete halfedges directly since they are automatically +Note that there is actually no way to directly delete halfedges since they are automatically affected when the parent edge is marked as deleted! The status whether an element is marked as deleted can be requested by