Removed unused local variable. (harmless gcc warning)

This commit is contained in:
Paolo Cignoni 2014-08-08 22:06:12 +00:00
parent ad69d7d893
commit d89f934e3e
1 changed files with 0 additions and 1 deletions

View File

@ -909,7 +909,6 @@ static void FaceNormalLaplacianVF(MeshType &m)
for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD())
{
CoordType bc=Barycenter<FaceType>(*fi);
// 1) Clear all the visited flag of faces that are vertex-adjacent to fi
for(int i=0;i<3;++i)
{