]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/SMESH_MesherHelper.cxx
Salome HOME
unused variable
[modules/smesh.git] / 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()));