aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/powerlaw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/powerlaw.hpp')
-rw-r--r--vmodels/powerlaw.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmodels/powerlaw.hpp b/vmodels/powerlaw.hpp
index c30dbb6..ac6ec80 100644
--- a/vmodels/powerlaw.hpp
+++ b/vmodels/powerlaw.hpp
@@ -45,8 +45,8 @@ namespace opt_utilities
private:
std::string do_get_information()const
{
- return "Simple power law model\n"
- "y=A*x^gamma\n";
+#include <model_doc/powerlaw.info>
+ return "";
}
};
}