harmless gcc compiling issues

This commit is contained in:
Paolo Cignoni 2009-12-03 23:17:46 +00:00
parent 3e7b2267f0
commit 32619f1625
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ namespace vcg {
assert(e0.IsBorder());
e1=e0;
e1.NextB();
n=Normal<TrivialEar>(*this);
n=vcg::Normal<CoordType>(*this);
ComputeQuality();
ComputeAngle();
}

View File

@ -218,7 +218,7 @@ protected:
}
}
}
for(std::vector<HashIterator>::iterator vi=toDel.begin(); vi!=toDel.end();++vi)
for(typename std::vector<HashIterator>::iterator vi=toDel.begin(); vi!=toDel.end();++vi)
hash_table.erase(*vi);
return cnt;