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

@ -125,7 +125,7 @@ DriverMED_R_SMESHDS_Mesh
//------------------------------------------------------
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
if(!aNodeInfo)
return DRS_FAIL;
continue;
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);