gag. unsupported STRUCTURED mesh.

will be implemented
This commit is contained in:
enk 2006-05-23 13:44:38 +00:00
parent e7e6b07747
commit 8f5e8cdfbb

View File

@ -83,6 +83,10 @@ DriverMED_R_SMESHDS_Mesh
// 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;
@ -94,6 +98,7 @@ DriverMED_R_SMESHDS_Mesh
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