From 87c4c388b6848c6ec57e905509b876dd265588f1 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Thu, 29 Dec 2011 18:40:45 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@217 ed2142bd-67ad-457f-ba7c-d818d4011675 --- distributions/normed_dgauss1d.hpp | 2 ++ distributions/normed_gauss1d.hpp | 2 ++ distributions/uniformed.hpp | 2 ++ vmodels/beta1d.hpp | 2 ++ vmodels/bl.hpp | 2 ++ vmodels/bpl.hpp | 2 ++ vmodels/bremss.hpp | 2 ++ vmodels/constant.hpp | 2 ++ vmodels/dbeta1d.hpp | 2 ++ vmodels/dualgauss1d.hpp | 2 ++ vmodels/gauss1d.hpp | 2 ++ vmodels/lin1d.hpp | 2 ++ vmodels/nbeta1d.hpp | 2 ++ vmodels/nfw.hpp | 2 ++ vmodels/nfw_int.hpp | 2 ++ vmodels/poly1d.hpp | 2 ++ vmodels/powerlaw.hpp | 2 ++ vmodels/quad_pl.hpp | 2 ++ vmodels/rquarter.hpp | 2 ++ vmodels/vt_temperature.hpp | 2 ++ 20 files changed, 40 insertions(+) diff --git a/distributions/normed_dgauss1d.hpp b/distributions/normed_dgauss1d.hpp index 7aa29f6..d32a191 100644 --- a/distributions/normed_dgauss1d.hpp +++ b/distributions/normed_dgauss1d.hpp @@ -71,7 +71,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/distributions/normed_gauss1d.hpp b/distributions/normed_gauss1d.hpp index 68114a3..5ef5d26 100644 --- a/distributions/normed_gauss1d.hpp +++ b/distributions/normed_gauss1d.hpp @@ -55,7 +55,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/distributions/uniformed.hpp b/distributions/uniformed.hpp index 8cde0b7..02309e5 100644 --- a/distributions/uniformed.hpp +++ b/distributions/uniformed.hpp @@ -54,7 +54,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; 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 +#endif return ""; } }; diff --git a/vmodels/bl.hpp b/vmodels/bl.hpp index 6561e28..7324c31 100644 --- a/vmodels/bl.hpp +++ b/vmodels/bl.hpp @@ -61,7 +61,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/bpl.hpp b/vmodels/bpl.hpp index 78c1fa1..72354ea 100644 --- a/vmodels/bpl.hpp +++ b/vmodels/bpl.hpp @@ -63,7 +63,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/bremss.hpp b/vmodels/bremss.hpp index c7f6652..fa988aa 100644 --- a/vmodels/bremss.hpp +++ b/vmodels/bremss.hpp @@ -46,7 +46,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/constant.hpp b/vmodels/constant.hpp index fc61f4e..0909fed 100644 --- a/vmodels/constant.hpp +++ b/vmodels/constant.hpp @@ -49,7 +49,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/dbeta1d.hpp b/vmodels/dbeta1d.hpp index 6f5d1ad..eba17a6 100644 --- a/vmodels/dbeta1d.hpp +++ b/vmodels/dbeta1d.hpp @@ -73,7 +73,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/dualgauss1d.hpp b/vmodels/dualgauss1d.hpp index aba5df0..f356796 100644 --- a/vmodels/dualgauss1d.hpp +++ b/vmodels/dualgauss1d.hpp @@ -58,7 +58,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/gauss1d.hpp b/vmodels/gauss1d.hpp index 641b3f7..0124303 100644 --- a/vmodels/gauss1d.hpp +++ b/vmodels/gauss1d.hpp @@ -51,7 +51,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/lin1d.hpp b/vmodels/lin1d.hpp index 53424c3..08d740e 100644 --- a/vmodels/lin1d.hpp +++ b/vmodels/lin1d.hpp @@ -54,7 +54,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/nbeta1d.hpp b/vmodels/nbeta1d.hpp index 28097ab..3cb4d16 100644 --- a/vmodels/nbeta1d.hpp +++ b/vmodels/nbeta1d.hpp @@ -58,7 +58,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/nfw.hpp b/vmodels/nfw.hpp index 5b78f4e..1fd7abd 100644 --- a/vmodels/nfw.hpp +++ b/vmodels/nfw.hpp @@ -45,7 +45,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/nfw_int.hpp b/vmodels/nfw_int.hpp index de7024f..196643a 100644 --- a/vmodels/nfw_int.hpp +++ b/vmodels/nfw_int.hpp @@ -45,7 +45,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/poly1d.hpp b/vmodels/poly1d.hpp index 1fc81d3..2f2f9cc 100644 --- a/vmodels/poly1d.hpp +++ b/vmodels/poly1d.hpp @@ -67,7 +67,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; 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 +#endif return ""; } }; diff --git a/vmodels/quad_pl.hpp b/vmodels/quad_pl.hpp index 592af22..e3dc4df 100644 --- a/vmodels/quad_pl.hpp +++ b/vmodels/quad_pl.hpp @@ -47,7 +47,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/rquarter.hpp b/vmodels/rquarter.hpp index 7f37924..584f453 100644 --- a/vmodels/rquarter.hpp +++ b/vmodels/rquarter.hpp @@ -54,7 +54,9 @@ namespace opt_utilities private: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; diff --git a/vmodels/vt_temperature.hpp b/vmodels/vt_temperature.hpp index 0778794..4a72f88 100644 --- a/vmodels/vt_temperature.hpp +++ b/vmodels/vt_temperature.hpp @@ -53,7 +53,9 @@ public: std::string do_get_information()const { +#ifdef WITH_OPT_DOC #include +#endif return ""; } }; -- cgit v1.2.2