diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-10-16 12:03:14 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-10-16 12:03:14 +0000 |
commit | a0d3b74adcc29c22d70da971621dd301727eb695 (patch) | |
tree | 78435ae01f83769a678eeb550fb74ce512650fd9 /models/pow_model.hpp | |
parent | 0c1f50351a0287252c4b0f7e9edbfb945481e6f7 (diff) | |
download | opt-utilities-a0d3b74adcc29c22d70da971621dd301727eb695.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@81 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'models/pow_model.hpp')
-rw-r--r-- | models/pow_model.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/pow_model.hpp b/models/pow_model.hpp index 6702236..2e3b18d 100644 --- a/models/pow_model.hpp +++ b/models/pow_model.hpp @@ -21,6 +21,10 @@ namespace opt_utilities { } + const char* do_get_type_name()const + { + return "combine two models by power operation"; + } private: model<Ty,Tx,Tp,Tstr>* pm1; typename element_type_trait<Tp>::element_type idx; |