Salome HOME
unused variable
authoreap <eap@opencascade.com>
Thu, 27 Jan 2011 13:37:31 +0000 (13:37 +0000)
committereap <eap@opencascade.com>
Thu, 27 Jan 2011 13:37:31 +0000 (13:37 +0000)
src/SMESH/SMESH_MesherHelper.cxx

index 66e630f0a70093a4280a8f474d9538749f031b97..575416b109fa1f91b9629bd61098182e820627c5 100644 (file)
@@ -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()));