Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/smesh.git] / src / DriverMED / DriverMED_R_SMESHDS_Mesh.cxx
index 49c645f47a23a09f89e2cce8f55c93330cc4f70b..87f33c81c7a318f63047d443d68c184c2098668b 100644 (file)
@@ -124,6 +124,8 @@ DriverMED_R_SMESHDS_Mesh
         // Reading MED nodes to the corresponding SMDS structure
        //------------------------------------------------------
        PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
+       if(!aNodeInfo)
+         continue;
 
        PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);