fix missing code snippets in tutorial due to renamed variable

This commit is contained in:
Janis Born
2018-12-03 11:30:37 +01:00
parent 1a0a76dd28
commit 770d7ddad3

View File

@@ -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: