]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Unwarnigization campaign.
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 14 Apr 2015 07:18:58 +0000 (09:18 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 14 Apr 2015 07:18:58 +0000 (09:18 +0200)
src/MEDLoader/MEDFileMesh.cxx

index 9071942380ea09a5acfd23bf0233262d9a95eba0..f90a4603a677a8f886a7dce149bd23a667e8c27c 100644 (file)
@@ -3624,7 +3624,6 @@ MEDFileUMesh *MEDFileUMesh::buildExtrudedMesh(const MEDCouplingUMesh *m1D, int p
     {
       int lev(levs[ii]);
       MEDCouplingAutoRefCountObjectPtr<MEDCouplingUMesh> elt(zeList[ii]);
-      int nbCellsB4Extrusion(getNumberOfCellsAtLevel(lev));
       if(lev<=-1)
         {
           MEDCouplingAutoRefCountObjectPtr<MEDCouplingUMesh> elt1(getMeshAtLevel(lev+1));