mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 15:40:32 +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;
|
_computeState = FAILED_TO_COMPUTE;
|
||||||
_computeError = SMESH_ComputeError::New(COMPERR_OK,"",algo);
|
_computeError = SMESH_ComputeError::New(COMPERR_OK,"",algo);
|
||||||
try {
|
try {
|
||||||
#if OCC_VERSION_LARGE > 0x06010000
|
|
||||||
OCC_CATCH_SIGNALS;
|
OCC_CATCH_SIGNALS;
|
||||||
#endif
|
|
||||||
algo->InitComputeError();
|
algo->InitComputeError();
|
||||||
|
|
||||||
MemoryReserve aMemoryReserve;
|
MemoryReserve aMemoryReserve;
|
||||||
|
Loading…
Reference in New Issue
Block a user