// Reading the MED mesh
//---------------------
PMeshInfo aMeshInfo = aMed->GetPMeshInfo(iMesh+1);
+
+ if (aMeshInfo->GetType() != MED::eNON_STRUCTURE)
+ continue; // not implemented yet
+
string aMeshName;
if (myMeshId != -1) {
ostringstream aMeshNameStr;
if(MYDEBUG) MESSAGE("Perform - aMeshName : "<<aMeshName<<"; "<<aMeshInfo->GetName());
if(aMeshName != aMeshInfo->GetName()) continue;
aResult = DRS_OK;
+
//TInt aMeshDim = aMeshInfo->GetDim();
// Reading MED families to the temporary structure