aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:23:39 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:23:39 +0000
commitbcd39be8d399664c7b61ee2f54324f125aefe082 (patch)
treec9d5d096f09a2420f6d30e4b7ee3c415e96098d5 /models
parent468341b45b7ae94cab83fe1a650e9633ef651bee (diff)
downloadopt-utilities-bcd39be8d399664c7b61ee2f54324f125aefe082.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@163 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'models')
-rw-r--r--models/polar_ellipse.hpp2
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";
}
};