From: eap Date: Fri, 28 Oct 2011 12:46:32 +0000 (+0000) Subject: improve comment X-Git-Tag: V6_4_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=577f41d12d0e03d4fd44dab731d64ac21b5e50d2 improve comment --- diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index 340d6e1c4..9b0e9defb 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -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;