mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
-#if OCC_VERSION_LARGE > 0x06010000
OCC_CATCH_SIGNALS; -#endif
This commit is contained in:
parent
a6a734f166
commit
48653b1aec
@ -1571,9 +1571,8 @@ bool SMESH_subMesh::ComputeStateEngine(int event)
|
||||
_computeState = FAILED_TO_COMPUTE;
|
||||
_computeError = SMESH_ComputeError::New(COMPERR_OK,"",algo);
|
||||
try {
|
||||
#if OCC_VERSION_LARGE > 0x06010000
|
||||
OCC_CATCH_SIGNALS;
|
||||
#endif
|
||||
|
||||
algo->InitComputeError();
|
||||
|
||||
MemoryReserve aMemoryReserve;
|
||||
|
Loading…
Reference in New Issue
Block a user