diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index f11fafdfb..f6e9f89ad 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -100,7 +100,8 @@ module SMESH COMPERR_MEMORY_PB , // memory allocation problem COMPERR_ALGO_FAILED , // computation failed 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 {