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 /misc | |
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 'misc')
-rw-r--r-- | misc/bootstrap.hpp | 1 | ||||
-rw-r--r-- | misc/data_loaders.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp index c6a399d..4d74ac3 100644 --- a/misc/bootstrap.hpp +++ b/misc/bootstrap.hpp @@ -5,6 +5,7 @@ #ifndef BOOT_STRIP #define BOOT_STRIP +#define OPT_HEADER #include <core/fitter.hpp> #include <vector> #include <cstdlib> diff --git a/misc/data_loaders.hpp b/misc/data_loaders.hpp index 0347252..20405b1 100644 --- a/misc/data_loaders.hpp +++ b/misc/data_loaders.hpp @@ -5,6 +5,7 @@ #ifndef DATA_LOADERS_H #define DATA_LOADERS_H +#define OPT_HEADER #include <core/fitter.hpp> #include <data_sets/default_data_set.hpp> #include <iostream> |