diff options
Diffstat (limited to 'vmodels/nfw_int.hpp')
-rw-r--r-- | vmodels/nfw_int.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmodels/nfw_int.hpp b/vmodels/nfw_int.hpp index b3e8b54..de7024f 100644 --- a/vmodels/nfw_int.hpp +++ b/vmodels/nfw_int.hpp @@ -45,8 +45,8 @@ namespace opt_utilities private: std::string do_get_information()const { - return "integrated NFW mass profile\n" - "y=rho0/(x/rs*(1+x/rs)^2)\n"; +#include <model_doc/nfw_int.info> + return ""; } }; } |