aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/powerlaw.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-12-29 18:40:45 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-12-29 18:40:45 +0000
commit87c4c388b6848c6ec57e905509b876dd265588f1 (patch)
treedd405f1d74354aa35d6b6c5c4f6e5ceabd80cc37 /vmodels/powerlaw.hpp
parent4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67 (diff)
downloadopt-utilities-87c4c388b6848c6ec57e905509b876dd265588f1.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@217 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'vmodels/powerlaw.hpp')
-rw-r--r--vmodels/powerlaw.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmodels/powerlaw.hpp b/vmodels/powerlaw.hpp
index ac6ec80..1a246ec 100644
--- a/vmodels/powerlaw.hpp
+++ b/vmodels/powerlaw.hpp
@@ -45,7 +45,9 @@ namespace opt_utilities
private:
std::string do_get_information()const
{
+#ifdef WITH_OPT_DOC
#include <model_doc/powerlaw.info>
+#endif
return "";
}
};