mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 12:23:06 +05:00
Fix for Bug12202
TC: CRASH after import of "test18.med" file in MESH module.
This commit is contained in:
parent
c86911a843
commit
4c00d99625
@ -124,8 +124,8 @@ DriverMED_R_SMESHDS_Mesh
|
|||||||
// Reading MED nodes to the corresponding SMDS structure
|
// Reading MED nodes to the corresponding SMDS structure
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
||||||
if ( !aNodeInfo )
|
if(!aNodeInfo)
|
||||||
return DRS_FAIL;
|
continue;
|
||||||
|
|
||||||
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user