aboutsummaryrefslogtreecommitdiffstats
path: root/models/polar_ellipse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'models/polar_ellipse.hpp')
-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";
}
};