diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-09-01 17:36:29 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-09-01 17:36:29 +0000 |
commit | f6773e55b1025d13647a84702833cc8dc3f08d88 (patch) | |
tree | bc1846ebfc94b85183391a69b27ebce6c80e1ecc /methods/gsl_simplex | |
parent | b4ae5bf85dc7538398fcc9065e81238de452492c (diff) | |
download | opt-utilities-f6773e55b1025d13647a84702833cc8dc3f08d88.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@59 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/gsl_simplex')
-rw-r--r-- | methods/gsl_simplex/gsl_simplex.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp index 4b9295f..cb26ac6 100644 --- a/methods/gsl_simplex/gsl_simplex.hpp +++ b/methods/gsl_simplex/gsl_simplex.hpp @@ -4,6 +4,7 @@ #ifndef GSL_SIMPLEX_METHOD #define GSL_SIMPLEX_METHOD +#define OPT_HEADER #include <core/optimizer.hpp> //#include <blitz/array.h> #include <vector> |