aboutsummaryrefslogtreecommitdiffstats
path: root/models/dbeta1d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'models/dbeta1d.hpp')
-rw-r--r--models/dbeta1d.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/models/dbeta1d.hpp b/models/dbeta1d.hpp
index 3ecd5b1..53fa293 100644
--- a/models/dbeta1d.hpp
+++ b/models/dbeta1d.hpp
@@ -15,6 +15,12 @@ namespace opt_utilities
{
return new dbeta1d<T>(*this);
}
+
+ const char* do_get_type_name()const
+ {
+ return "1d double beta model";
+ }
+
public:
dbeta1d()
{