mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
add 0D algorithm
This commit is contained in:
parent
43f6820017
commit
21cd460d89
@ -45,7 +45,7 @@ public:
|
||||
virtual std::ostream & SaveTo(std::ostream & save)=0;
|
||||
virtual std::istream & LoadFrom(std::istream & load)=0;
|
||||
|
||||
enum hypothesis_type {PARAM_ALGO, ALGO, ALGO_1D, ALGO_2D, ALGO_3D};
|
||||
enum hypothesis_type {PARAM_ALGO, ALGO_0D, ALGO_1D, ALGO_2D, ALGO_3D};
|
||||
|
||||
protected:
|
||||
std::string _name;
|
||||
|
Loading…
Reference in New Issue
Block a user