harmless warning

This commit is contained in:
Paolo Cignoni 2018-02-20 15:33:04 +01:00
parent 7b0464603d
commit bbed4de2f6
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public:
{
tri::RequireCompactness(m);
h.resize(m.vn);
for(int i=0;i<m.vn;++i) h[i]=0;
fill(h.begin(),h.end(),0);
for(FaceIterator fi=m.face.begin(); fi!=m.face.end();++fi)
{
ScalarType a = DoubleArea(*fi)/6.0;