diff options
Diffstat (limited to 'models/pl1d.hpp')
-rw-r--r-- | models/pl1d.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pl1d.hpp b/models/pl1d.hpp index 91f70ec..598ff1c 100644 --- a/models/pl1d.hpp +++ b/models/pl1d.hpp @@ -35,7 +35,7 @@ namespace opt_utilities } private: - std::string do_to_string()const + std::string do_get_information()const { return "Simple power law model\n" "y=A*x^gamma\n"; |