diff options
Diffstat (limited to 'models/nfw1d.hpp')
-rw-r--r-- | models/nfw1d.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/models/nfw1d.hpp b/models/nfw1d.hpp index 4dc1970..cb1a407 100644 --- a/models/nfw1d.hpp +++ b/models/nfw1d.hpp @@ -15,6 +15,11 @@ namespace opt_utilities { return new nfw1d<T>(*this); } + + const char* do_get_type_name()const + { + return "1d NFW model"; + } public: nfw1d() { |