]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDLoader bug fix. Detected by FLICA non regression tests.
authorabn <adrien.bruneton@cea.fr>
Thu, 1 Dec 2016 08:12:47 +0000 (09:12 +0100)
committerabn <adrien.bruneton@cea.fr>
Thu, 1 Dec 2016 08:12:47 +0000 (09:12 +0100)
src/MEDLoader/MEDFileField.cxx

index 0235798dfeff61560ab69546004073062286541c..7676059d9f61acdee81a3982e50f8113b35f2be6 100644 (file)
@@ -7469,9 +7469,8 @@ void MEDFileAnyTypeFieldMultiTSWithoutSDA::loadStructureOrStructureAndBigArraysR
     {
       std::vector< std::pair<int,int> > ts;
       med_int numdt=0,numo=0;
-      med_int meshIt=0,meshOrder=0;
       med_float dt=0.0;
-      MEDFILESAFECALLERRD0(MEDfieldComputingStepMeshInfo,(fid,_name.c_str(),i+1,&numdt,&numo,&dt,&meshIt,&meshOrder));
+      MEDFILESAFECALLERRD0(MEDfieldComputingStepInfo,(fid,_name.c_str(),i+1,&numdt,&numo,&dt));
       switch(fieldTyp)
       {
         case MED_FLOAT64: