From b529380d3d029d71a380ee3347d0c5e6e5f208d0 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 6 Dec 2006 16:17:58 +0000 Subject: [PATCH] PAL13473 (Build repetitive mesh): add a new AlgoStateErrorName --- idl/SMESH_Gen.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 8d9164a1c..475d0253a 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -43,7 +43,7 @@ module SMESH interface FilterManager; interface SMESH_Pattern; - enum AlgoStateErrorName { MISSING_ALGO, MISSING_HYPO, NOT_CONFORM_MESH }; + enum AlgoStateErrorName { MISSING_ALGO, MISSING_HYPO, NOT_CONFORM_MESH, BAD_PARAM_VALUE }; struct AlgoStateError { AlgoStateErrorName name; string algoName; -- 2.39.2