diff options
Diffstat (limited to 'models/dbeta2d.hpp')
-rw-r--r-- | models/dbeta2d.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/models/dbeta2d.hpp b/models/dbeta2d.hpp index 89003c9..9529327 100644 --- a/models/dbeta2d.hpp +++ b/models/dbeta2d.hpp @@ -19,7 +19,10 @@ namespace opt_utilities return new dbeta2d<T>(*this); } - + const char* do_get_type_name()const + { + return "2d double beta model"; + } public: dbeta2d() |