Merge branch 'fix_doc_code_snippets' into 'master'

fix missing code snippets in tutorial due to renamed variable

See merge request OpenMesh/OpenMesh!196
This commit is contained in:
Jan Möbius
2018-12-03 11:57:09 +01:00

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: