SALOME_MED::long_array_var aGeom2ProfileIds;
std::vector<int> aGeom2Profile;
if(!theValForTime->myField->getSupport()->isOnAllElements()){
- cout << __LINE__ << endl;
try{
if(aMGeom == SALOME_MED::MED_POINT1)
aGeom2ProfileIds = theValForTime->myField->getSupport()->getNumberFromFile(SALOME_MED::MED_NONE);
continue;
}
} else {
- cout << __LINE__ << endl;
SALOME_MED::medEntityMesh aMEntity = theValForTime->myField->getSupport()->getEntity();
int aNbElts = theMesh->myMesh->getNumberOfElements(aMEntity,aMGeom);
for(int i=0;i<aNbElts;i++) aGeom2Profile.push_back(i+1);