mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-03 11:40:33 +05:00
Fix bug 12796: Warning missed for the bad file 'test18.med'
This commit is contained in:
parent
e83c4c9cf5
commit
104ff7b281
@ -130,9 +130,11 @@ DriverMED_R_SMESHDS_Mesh
|
||||
|
||||
// Reading MED nodes to the corresponding SMDS structure
|
||||
//------------------------------------------------------
|
||||
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
||||
if(!aNodeInfo)
|
||||
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
||||
if (!aNodeInfo) {
|
||||
aResult = DRS_FAIL;
|
||||
continue;
|
||||
}
|
||||
|
||||
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user