Salome HOME
improve comment
authoreap <eap@opencascade.com>
Fri, 28 Oct 2011 12:46:32 +0000 (12:46 +0000)
committereap <eap@opencascade.com>
Fri, 28 Oct 2011 12:46:32 +0000 (12:46 +0000)
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;