memoryLack = true;
}
- if ( !memoryLack )
+ // NPAL16631: if ( !memoryLack )
{
SMESH::ModifiedMesh(aMeshSObj, !computeFailed, aMesh->NbNodes() == 0);
update( UF_ObjBrowser | UF_Model );
// SHOW MESH
- try {
- if ( getSMESHGUI()->automaticUpdate() ) {
+ if ( getSMESHGUI()->automaticUpdate() ) {
+ try {
SVTK_ViewWindow* aVTKView = SMESH::GetViewWindow(getSMESHGUI(), true);
if (aVTKView) {
int anId = study()->id();
}
}
}
- }
- catch (...) {
- memoryLack = true;
+ catch (...) {
+ memoryLack = true;
+ }
}
}
}