diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-03-11 18:00:22 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-03-11 18:00:22 +0000 |
commit | 87ede9b87ebb7323d167d09f0c7b8efde03c736c (patch) | |
tree | 5ea0689b022c8ea03ad6caf519e7bb4778e80611 /interface | |
parent | ca0c4dc55821d4ce5231132806c27ef4a87a895b (diff) | |
download | opt-utilities-87ede9b87ebb7323d167d09f0c7b8efde03c736c.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@229 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/pymodel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/pymodel.hpp b/interface/pymodel.hpp index 8165d6d..3a8b495 100644 --- a/interface/pymodel.hpp +++ b/interface/pymodel.hpp @@ -123,7 +123,7 @@ namespace opt_utilities typename element_type_trait<Tp>::element_type pvalue= boost::python::extract<typename element_type_trait<Tp>::element_type>(args_values[i]); - push_param_info(param_info<Tp,std::string>(pname,pvalue)); + this->push_param_info(param_info<Tp,std::string>(pname,pvalue)); } } private: |