From 770d7ddad315e55e02e8c8b19dcb837c9bd099f6 Mon Sep 17 00:00:00 2001 From: Janis Born Date: Mon, 3 Dec 2018 11:30:37 +0100 Subject: [PATCH] fix missing code snippets in tutorial due to renamed variable --- Doc/tutorial_03.docu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial_03.docu b/Doc/tutorial_03.docu index 9125dc93..3e0cf797 100644 --- a/Doc/tutorial_03.docu +++ b/Doc/tutorial_03.docu @@ -34,7 +34,7 @@ All insert and delete operations on the mesh are synchronized with the attached Once the property is created, we can use it to compute the centers of the neighborhood of each vertex: \skipline mesh.vertices -\until cog[vv] /= valence +\until cog[vh] /= valence \until } Finally, we set the new position for each vertex: -- GitLab