diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-08 16:23:38 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-08 16:23:38 +0000 |
commit | 411fedef9da82eb1c155f17a2babab671123c577 (patch) | |
tree | 9f4a7a7710e02fdb67e69fc154a098da87344636 /models/poly1d.hpp | |
parent | da0171cf51100155677bbf353f5802e15714fa72 (diff) | |
download | opt-utilities-411fedef9da82eb1c155f17a2babab671123c577.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@92 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'models/poly1d.hpp')
-rw-r--r-- | models/poly1d.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/poly1d.hpp b/models/poly1d.hpp index 4c14426..20a6ae5 100644 --- a/models/poly1d.hpp +++ b/models/poly1d.hpp @@ -53,7 +53,7 @@ namespace opt_utilities } private: - std::string do_to_string()const + std::string do_get_information()const { std::ostringstream ostr; ostr<<n<<"-order polynorminal model\n"; |