From: eap Date: Thu, 27 Jan 2011 13:37:31 +0000 (+0000) Subject: unused variable X-Git-Tag: StartingPortingMED3~110 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cbe632e32e6c89c34b00caea65eca13c5a9cc308;p=modules%2Fsmesh.git unused variable --- diff --git a/src/SMESH/SMESH_MesherHelper.cxx b/src/SMESH/SMESH_MesherHelper.cxx index 66e630f0a..575416b10 100644 --- a/src/SMESH/SMESH_MesherHelper.cxx +++ b/src/SMESH/SMESH_MesherHelper.cxx @@ -2677,7 +2677,7 @@ void SMESH_MesherHelper::FixQuadraticElements(bool volumeOnly) } // fix nodes on geom faces #ifdef _DEBUG_ - int nbfaces = faces.Extent(); + //int nbfaces = faces.Extent(); #endif for ( TopTools_MapIteratorOfMapOfShape fIt( faces ); fIt.More(); fIt.Next() ) { MSG("FIX FACE " << nbfaces-- << " #" << GetMeshDS()->ShapeToIndex(fIt.Key()));