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