fix some typos

This commit is contained in:
wmayer
2016-09-27 19:26:45 +02:00
parent 17476b25dc
commit 81a6d4f4cc
5 changed files with 42 additions and 42 deletions

View File

@@ -98,7 +98,7 @@ void MeshAlgos::offsetSpecial2(MeshCore::MeshKernel* Mesh, float fSize)
}
}
// if there no flipped triangels -> stop
// if there are no flipped triangles -> stop
//int f =fliped.size();
if(fliped.size() == 0)
break;