mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-04 17:58:26 +05:00
PAL9522 - do not abort on hypothesis assignation failure
This commit is contained in:
parent
ecc072736c
commit
c92f2b483c
@ -291,8 +291,8 @@ bool SMESHGUI_InitMeshDlg::ClickOnApply()
|
|||||||
if (!aHyp->_is_nil()) {
|
if (!aHyp->_is_nil()) {
|
||||||
if (!SMESH::AddHypothesisOnMesh(aMesh, aHyp)) {
|
if (!SMESH::AddHypothesisOnMesh(aMesh, aHyp)) {
|
||||||
// abort transaction
|
// abort transaction
|
||||||
op->abort();
|
// op->abort();
|
||||||
return false;
|
// return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -309,8 +309,8 @@ bool SMESHGUI_InitMeshDlg::ClickOnApply()
|
|||||||
if (!aHyp->_is_nil()) {
|
if (!aHyp->_is_nil()) {
|
||||||
if (!SMESH::AddHypothesisOnMesh(aMesh, aHyp)) {
|
if (!SMESH::AddHypothesisOnMesh(aMesh, aHyp)) {
|
||||||
// abort transaction
|
// abort transaction
|
||||||
op->abort();
|
// op->abort();
|
||||||
return false;
|
// return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user