aboutsummaryrefslogtreecommitdiffstats
path: root/models/pl1d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'models/pl1d.hpp')
-rw-r--r--models/pl1d.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/models/pl1d.hpp b/models/pl1d.hpp
index c048334..91f70ec 100644
--- a/models/pl1d.hpp
+++ b/models/pl1d.hpp
@@ -15,6 +15,11 @@ namespace opt_utilities
{
return new pl1d<T>(*this);
}
+
+ const char* do_get_type_name()const
+ {
+ return "1d power law";
+ }
public:
pl1d()
{