aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/quad_pl.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-30 17:22:15 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-30 17:22:15 +0000
commitf9cb256e35ae66ac63adfa9445a94e86ed18f2e0 (patch)
treeb4dde6c2f5149470a179a7f3e225b3def08433c6 /vmodels/quad_pl.hpp
parentd564a1ea7e79c892462ef2b5b8e0f9576872f922 (diff)
downloadopt-utilities-f9cb256e35ae66ac63adfa9445a94e86ed18f2e0.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@204 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'vmodels/quad_pl.hpp')
-rw-r--r--vmodels/quad_pl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmodels/quad_pl.hpp b/vmodels/quad_pl.hpp
index a0a25a4..14ad752 100644
--- a/vmodels/quad_pl.hpp
+++ b/vmodels/quad_pl.hpp
@@ -47,8 +47,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/quad_pl.info>
+ return "";
}
};
}