diff options
Diffstat (limited to 'models/dbeta2d2.hpp')
-rw-r--r-- | models/dbeta2d2.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/models/dbeta2d2.hpp b/models/dbeta2d2.hpp index e1ee307..13e4143 100644 --- a/models/dbeta2d2.hpp +++ b/models/dbeta2d2.hpp @@ -19,6 +19,11 @@ namespace opt_utilities { return new dbeta2d2<T>(*this); } + + const char* do_get_type_name()const + { + return "2d double beta model 2"; + } public: dbeta2d2() { |