mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 01:13:08 +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
|
||||
//------------------------------------------------------
|
||||
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
||||
if ( !aNodeInfo )
|
||||
return DRS_FAIL;
|
||||
if(!aNodeInfo)
|
||||
continue;
|
||||
|
||||
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user