mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason + COMPERR_CANCELED // compute canceled
This commit is contained in:
parent
d86ab55200
commit
0a45cd504a
@ -100,7 +100,8 @@ module SMESH
|
|||||||
COMPERR_MEMORY_PB , // memory allocation problem
|
COMPERR_MEMORY_PB , // memory allocation problem
|
||||||
COMPERR_ALGO_FAILED , // computation failed
|
COMPERR_ALGO_FAILED , // computation failed
|
||||||
COMPERR_BAD_SHAPE , // bad geometry
|
COMPERR_BAD_SHAPE , // bad geometry
|
||||||
COMPERR_WARNING // algo reports error but sub-mesh is computed anyway
|
COMPERR_WARNING , // algo reports error but sub-mesh is computed anyway
|
||||||
|
COMPERR_CANCELED // compute canceled
|
||||||
};
|
};
|
||||||
struct ComputeError
|
struct ComputeError
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user