Fix for Bug12202

TC: CRASH after import of "test18.med" file in MESH module.
This commit is contained in:
apo 2006-05-02 12:10:10 +00:00
parent c86911a843
commit 4c00d99625

View File

@ -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);