mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40: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
|
// Reading the MED mesh
|
||||||
//---------------------
|
//---------------------
|
||||||
PMeshInfo aMeshInfo = aMed->GetPMeshInfo(iMesh+1);
|
PMeshInfo aMeshInfo = aMed->GetPMeshInfo(iMesh+1);
|
||||||
|
|
||||||
|
if (aMeshInfo->GetType() != MED::eNON_STRUCTURE)
|
||||||
|
continue; // not implemented yet
|
||||||
|
|
||||||
string aMeshName;
|
string aMeshName;
|
||||||
if (myMeshId != -1) {
|
if (myMeshId != -1) {
|
||||||
ostringstream aMeshNameStr;
|
ostringstream aMeshNameStr;
|
||||||
@ -94,6 +98,7 @@ DriverMED_R_SMESHDS_Mesh
|
|||||||
if(MYDEBUG) MESSAGE("Perform - aMeshName : "<<aMeshName<<"; "<<aMeshInfo->GetName());
|
if(MYDEBUG) MESSAGE("Perform - aMeshName : "<<aMeshName<<"; "<<aMeshInfo->GetName());
|
||||||
if(aMeshName != aMeshInfo->GetName()) continue;
|
if(aMeshName != aMeshInfo->GetName()) continue;
|
||||||
aResult = DRS_OK;
|
aResult = DRS_OK;
|
||||||
|
|
||||||
//TInt aMeshDim = aMeshInfo->GetDim();
|
//TInt aMeshDim = aMeshInfo->GetDim();
|
||||||
|
|
||||||
// Reading MED families to the temporary structure
|
// Reading MED families to the temporary structure
|
||||||
|
Loading…
Reference in New Issue
Block a user