diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-06 16:36:52 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-06 16:36:52 +0000 |
commit | ceb836399f56b60ad82a73e67f4cbd361d834582 (patch) | |
tree | ff410afea4b18b729d453942db7ce951f9df0804 /interface | |
parent | b025e3add3aeb1e5e79ba167398fbce8f4d75b21 (diff) | |
download | opt-utilities-ceb836399f56b60ad82a73e67f4cbd361d834582.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@18 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/opt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/opt.cc b/interface/opt.cc index ce492d1..42dfcb3 100644 --- a/interface/opt.cc +++ b/interface/opt.cc @@ -3,7 +3,7 @@ #include <models/models.hpp> #include <map> #include <core/freeze_param.hpp> -#include <core/default_data_set.hpp> +#include <data_sets/default_data_set.hpp> //#include <iostream> using namespace std; |