From: abn Date: Thu, 1 Dec 2016 08:12:47 +0000 (+0100) Subject: MEDLoader bug fix. Detected by FLICA non regression tests. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f0e9109c8c30b224e9869e2a52b1f84dd5a73cb;p=tools%2Fmedcoupling.git MEDLoader bug fix. Detected by FLICA non regression tests. --- diff --git a/src/MEDLoader/MEDFileField.cxx b/src/MEDLoader/MEDFileField.cxx index 8e4ed708e..bafc2a669 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -7357,9 +7357,8 @@ void MEDFileAnyTypeFieldMultiTSWithoutSDA::loadStructureOrStructureAndBigArraysR { std::vector< std::pair > 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: