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