diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-06 16:41:27 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-06 16:41:27 +0000 |
commit | ee26228a27b682c0a1d6d55d619790040821bc0a (patch) | |
tree | 22d0a488a8dd512b5b89ac7ec27cd92fa5755f0d /misc | |
parent | 8afc686935999be21dd98b3b6c192bf2d146c914 (diff) | |
download | opt-utilities-ee26228a27b682c0a1d6d55d619790040821bc0a.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@20 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r-- | misc/data_loaders.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/data_loaders.hpp b/misc/data_loaders.hpp index 6d2195d..d0f07e7 100644 --- a/misc/data_loaders.hpp +++ b/misc/data_loaders.hpp @@ -1,7 +1,7 @@ #ifndef DATA_LOADERS_H #define DATA_LOADERS_H #include <core/fitter.hpp> -#include <core/default_data_set.hpp> +#include <data_sets/default_data_set.hpp> #include <iostream> #include <fstream> #include <cmath> |