mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-03 17:50: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
|
// Reading MED nodes to the corresponding SMDS structure
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
PNodeInfo aNodeInfo = aMed->GetPNodeInfo(aMeshInfo);
|
||||||
if(!aNodeInfo)
|
if (!aNodeInfo) {
|
||||||
|
aResult = DRS_FAIL;
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user