diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-12-29 18:40:45 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-12-29 18:40:45 +0000 |
commit | 87c4c388b6848c6ec57e905509b876dd265588f1 (patch) | |
tree | dd405f1d74354aa35d6b6c5c4f6e5ceabd80cc37 /vmodels/beta1d.hpp | |
parent | 4a34d65aefa1f2f3e2f8268c5b0a918ed3f04a67 (diff) | |
download | opt-utilities-87c4c388b6848c6ec57e905509b876dd265588f1.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@217 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'vmodels/beta1d.hpp')
-rw-r--r-- | vmodels/beta1d.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vmodels/beta1d.hpp b/vmodels/beta1d.hpp index fe49a0b..e67d283 100644 --- a/vmodels/beta1d.hpp +++ b/vmodels/beta1d.hpp @@ -60,7 +60,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include <model_doc/beta1d.info> +#endif return ""; } }; |