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));