diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 9d70e066e..345ffe2dc 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -98,7 +98,8 @@ module SMESH COMPERR_EXCEPTION , // other exception raised COMPERR_MEMORY_PB , // memory allocation problem 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 }; struct ComputeError {