unused variable

This commit is contained in:
eap 2011-01-27 13:37:31 +00:00
parent 20570dd75e
commit cbe632e32e

View File

@ -2677,7 +2677,7 @@ void SMESH_MesherHelper::FixQuadraticElements(bool volumeOnly)
} }
// fix nodes on geom faces // fix nodes on geom faces
#ifdef _DEBUG_ #ifdef _DEBUG_
int nbfaces = faces.Extent(); //int nbfaces = faces.Extent();
#endif #endif
for ( TopTools_MapIteratorOfMapOfShape fIt( faces ); fIt.More(); fIt.Next() ) { for ( TopTools_MapIteratorOfMapOfShape fIt( faces ); fIt.More(); fIt.Next() ) {
MSG("FIX FACE " << nbfaces-- << " #" << GetMeshDS()->ShapeToIndex(fIt.Key())); MSG("FIX FACE " << nbfaces-- << " #" << GetMeshDS()->ShapeToIndex(fIt.Key()));