Docu and indents

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@726 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-10-01 07:12:25 +00:00
parent d085da3b89
commit 849ee4d293
2 changed files with 5 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ size_t McDecimaterT<Mesh>::decimate_constraints_only(float _factor) {
unsigned int nf = mesh_.n_faces();
bool lastCollapseIllegal = false;
// number of illegal collapses that occured in a row
// number of illegal collapses that occurred in a row
unsigned int illegalCollapses = 0;
bool collapsesUnchanged = false;