]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
authoreap <eap@opencascade.com>
Mon, 19 Feb 2007 15:33:23 +0000 (15:33 +0000)
committereap <eap@opencascade.com>
Mon, 19 Feb 2007 15:33:23 +0000 (15:33 +0000)
   add 0D algorithm

src/SMESHDS/SMESHDS_Hypothesis.hxx

index 51c5ef486a03484a160825e1a89673eb6f0f0882..e698b85601e8ff580fbc3b3df3dada3b008f5eed 100644 (file)
@@ -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;