yet more harmless warnings

This commit is contained in:
Paolo Cignoni 2017-03-28 17:43:42 +02:00
parent 32c26911c4
commit 605cf379b5
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ void Sampling<MetroMesh>::Hausdorff()
{
Box3< ScalarType> bbox;
typedef typename std::vector<FaceType>::iterator FaceVecIterator;
// set grid meshes.
if(Flags & SamplingFlags::USE_HASH_GRID) hS2.Set(S2.face.begin(),S2.face.end());
if(Flags & SamplingFlags::USE_AABB_TREE) tS2.Set(S2.face.begin(),S2.face.end());