mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL13473 (Build repetitive mesh):
add a new AlgoStateErrorName
This commit is contained in:
parent
7d37fea939
commit
b529380d3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user