Some spelling mistakes.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@162 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-06-16 11:34:04 +00:00
parent deea278217
commit 8c61767cc0
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ The class SmootherT has two functors, one that computes the barycenter
for a given vertex, and a second that sets the vertex position to the
corresponding barycenter. A functor is simply a class with a function
<tt>operator()(...)</tt>. The first functor \c ComputeCOG
computes the barycenter and store it in a custom vertex property \c
computes the barycenter and stores it in a custom vertex property \c
cog_:
\skipline operator