]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/SMESH_Hypothesis.hxx
Salome HOME
PAL13460 (PAL EDF 301 force the mesh to go through a point)
[modules/smesh.git] / src / SMESH / SMESH_Hypothesis.hxx
index 8760b188387312cd6919bae8c99d9366744f8a07..1b7146371e35b6d878c30aaf1d4279ff0a671541 100644 (file)
@@ -84,7 +84,7 @@ public:
    * dimention can be assigned to the shape
    */
   virtual bool IsAuxiliary() const
-  { return GetType() == PARAM_ALGO && _param_algo_dim <= 0; }
+  { return GetType() == PARAM_ALGO && _param_algo_dim < 0; }
 
 protected:
   SMESH_Gen* _gen;