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 5844301..2285a76 100644
--- a/models/polar_ellipse.hpp
+++ b/models/polar_ellipse.hpp
@@ -40,7 +40,7 @@ namespace opt_utilities
}
private:
- std::string do_to_string()const
+ std::string do_get_information()const
{
return "linear model\n"
"y=k*x+b\n";