mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 10:10:34 +05:00
0021940: EDF 2460 SMESH : Issue with ConvertToQuadratic
Fix GetLastError() more
This commit is contained in:
parent
405388e7fa
commit
413c0323f8
@ -658,6 +658,12 @@ SMESH::ComputeError* SMESH_MeshEditor_i::GetLastError()
|
||||
errOut->subShapeID = -1;
|
||||
errOut->hasBadMesh = !errIn->myBadElements.empty();
|
||||
}
|
||||
else
|
||||
{
|
||||
errOut->code = 0;
|
||||
errOut->subShapeID = -1;
|
||||
errOut->hasBadMesh = false;
|
||||
}
|
||||
return errOut._retn();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user