Salome HOME
improve comment
[modules/smesh.git] / src / SMESH / SMESH_Hypothesis.hxx
index 340d6e1c46d1bb52783e5dda6bd34bb29ce5468f..9b0e9defb20e6d24fc22bd03915b6459c4e25072 100644 (file)
@@ -124,7 +124,7 @@ protected:
   SMESH_Gen* _gen;
   int _studyId;
   int _shapeType;
-  int _param_algo_dim;
+  int _param_algo_dim; // to be set at descendant hypothesis constructor
 
 private:
   std::string _libName;