diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:23:39 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:23:39 +0000 |
commit | bcd39be8d399664c7b61ee2f54324f125aefe082 (patch) | |
tree | c9d5d096f09a2420f6d30e4b7ee3c415e96098d5 | |
parent | 468341b45b7ae94cab83fe1a650e9633ef651bee (diff) | |
download | opt-utilities-bcd39be8d399664c7b61ee2f54324f125aefe082.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@163 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r-- | models/polar_ellipse.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/polar_ellipse.hpp b/models/polar_ellipse.hpp index 4db2fa8..0d97ffb 100644 --- a/models/polar_ellipse.hpp +++ b/models/polar_ellipse.hpp @@ -50,7 +50,7 @@ namespace opt_utilities private: std::string do_get_information()const { - return "polar elliptical\n" + return "polar elliptical\n"; //"y=k*x+b\n"; } }; |