mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
gag. unsupported STRUCTURED mesh.
will be implemented
This commit is contained in:
parent
e7e6b07747
commit
8f5e8cdfbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user