aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/nfw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/nfw.hpp')
-rw-r--r--vmodels/nfw.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmodels/nfw.hpp b/vmodels/nfw.hpp
index a46ed87..5b78f4e 100644
--- a/vmodels/nfw.hpp
+++ b/vmodels/nfw.hpp
@@ -45,8 +45,8 @@ namespace opt_utilities
private:
std::string do_get_information()const
{
- return "NFW mass profile\n"
- "y=rho0/(x/rs*(1+x/rs)^2)\n";
+#include <model_doc/nfw.info>
+ return "";
}
};
}