]> 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:44:05 +0000 (09:44 +0100)
src/MEDLoader/MEDFileField.cxx

index 8e4ed708ee47b04035f613437ef1b9e40cbf7a49..bafc2a6698ab3a9c64a1e0c31e39faf656dd0733 100644 (file)
@@ -7357,9 +7357,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: