From: enk Date: Tue, 23 May 2006 13:44:38 +0000 (+0000) Subject: gag. unsupported STRUCTURED mesh. X-Git-Tag: V3_2_0rc~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8f5e8cdfbbd3f313d701f648dca93826fece9b8c;p=modules%2Fsmesh.git gag. unsupported STRUCTURED mesh. will be implemented --- diff --git a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx index 87f33c81c..ac423b451 100644 --- a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx @@ -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 : "<GetName()); if(aMeshName != aMeshInfo->GetName()) continue; aResult = DRS_OK; + //TInt aMeshDim = aMeshInfo->GetDim(); // Reading MED families to the temporary structure