Removed unused local variable. (harmless gcc warning)
This commit is contained in:
parent
ad69d7d893
commit
d89f934e3e
|
@ -909,7 +909,6 @@ static void FaceNormalLaplacianVF(MeshType &m)
|
||||||
|
|
||||||
for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD())
|
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
|
// 1) Clear all the visited flag of faces that are vertex-adjacent to fi
|
||||||
for(int i=0;i<3;++i)
|
for(int i=0;i<3;++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue