]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Do not forget - not managed legacy MED files
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 11 Oct 2018 13:58:03 +0000 (15:58 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 11 Oct 2018 13:58:03 +0000 (15:58 +0200)
src/MEDLoader/MEDFileFieldInternal.cxx

index d7c33b2cf4299d76693d87851c34cf54cf920241..83e395db9aaf305b4559d25fa0c0de6dab512ec7 100644 (file)
@@ -3214,6 +3214,8 @@ MEDFileFieldPerMesh::MEDFileFieldPerMesh(med_idt fid, MEDFileAnyTypeField1TSWith
       std::vector< std::pair<int,med_entity_type> > nbProfiles;
       for(auto entity : iter0->currentET())
         {
+          //INTERP_KERNEL::AutoPtr<char> 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<int,med_entity_type>(nbProfile,entity));