From: Anthony Geay Date: Thu, 11 Oct 2018 13:58:03 +0000 (+0200) Subject: Do not forget - not managed legacy MED files X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b67da0c17f4d27c9b5b5a3f02fb4c8fd1819ff6f;p=tools%2Fmedcoupling.git Do not forget - not managed legacy MED files --- diff --git a/src/MEDLoader/MEDFileFieldInternal.cxx b/src/MEDLoader/MEDFileFieldInternal.cxx index d7c33b2cf..83e395db9 100644 --- a/src/MEDLoader/MEDFileFieldInternal.cxx +++ b/src/MEDLoader/MEDFileFieldInternal.cxx @@ -3214,6 +3214,8 @@ MEDFileFieldPerMesh::MEDFileFieldPerMesh(med_idt fid, MEDFileAnyTypeField1TSWith std::vector< std::pair > nbProfiles; for(auto entity : iter0->currentET()) { + //INTERP_KERNEL::AutoPtr meshName(MEDLoaderBase::buildEmptyString(MED_NAME_SIZE)); + //int nbProfile(MEDfield23nProfile(fid,nasc.getName().c_str(),getIteration(),getOrder(),entity,typmai[iter0->current()],meshCsit+1,meshName,pflName,locName)); int nbProfile(MEDfieldnProfile(fid,nasc.getName().c_str(),getIteration(),getOrder(),entity,typmai[iter0->current()],pflName,locName)); if(nbProfile>0) nbProfiles.push_back(std::pair(nbProfile,entity));