From 8f5e8cdfbbd3f313d701f648dca93826fece9b8c Mon Sep 17 00:00:00 2001 From: enk Date: Tue, 23 May 2006 13:44:38 +0000 Subject: [PATCH] gag. unsupported STRUCTURED mesh. will be implemented --- src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2