X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParametersPlugin%2FParametersPlugin_PyInterp.h;h=6764db13a2112c211243269215043921aee352ba;hb=d8858e810a0b5e1d09a93fcaa665b439c4264873;hp=4d019556e65281796c01ac3e359886fd9edf176d;hpb=7807756f46b9dcd90994ac57a8a514f0570e794e;p=modules%2Fshaper.git diff --git a/src/ParametersPlugin/ParametersPlugin_PyInterp.h b/src/ParametersPlugin/ParametersPlugin_PyInterp.h index 4d019556e..6764db13a 100644 --- a/src/ParametersPlugin/ParametersPlugin_PyInterp.h +++ b/src/ParametersPlugin/ParametersPlugin_PyInterp.h @@ -29,9 +29,9 @@ class PARAMETERSPLUGIN_EXPORT ParametersPlugin_PyInterp : public PyInterp_Interp /// Returns a list of positions for theName in theExpression. std::list > positions(const std::string& theExpression, const std::string& theName); - /// Compiles theExpression and returns a list of parameters from theExpression. + /// Compiles theExpression and returns a list of parameters used in theExpression. std::list compile(const std::string& theExpression); - /// Extends local context with the list of parameters with values. + /// Extends local context with the list of parameters. void extendLocalContext(const std::list& theParameters); /// Clears local context. void clearLocalContext();