From: abn Date: Thu, 1 Dec 2016 08:12:47 +0000 (+0100) Subject: MEDLoader bug fix. Detected by FLICA non regression tests. X-Git-Tag: V8_3_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba460bc378d2b6a9930495af873e31e874da09ab;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 0235798df..7676059d9 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -7469,9 +7469,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: