diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-02-19 13:13:12 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-02-19 13:13:12 +0000 |
commit | 65c80ca0fcb94136d41c4872a82ab697a8a457f5 (patch) | |
tree | 1d6b15ceacd0cba959f0a9044d0aa3f095cdaed7 /models | |
parent | 70a767c1a81de38d019b804cfcfd3b8255868723 (diff) | |
download | opt-utilities-65c80ca0fcb94136d41c4872a82ab697a8a457f5.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@179 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'models')
-rw-r--r-- | models/lin1d.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/lin1d.hpp b/models/lin1d.hpp index 390daa7..1a60be6 100644 --- a/models/lin1d.hpp +++ b/models/lin1d.hpp @@ -9,7 +9,7 @@ #define LINEAR_MODEL_H_ #define OPT_HEADER #include <core/fitter.hpp> -#include <pre_estimater/pre_estimater.hpp> +#include <core/pre_estimater.hpp> #include <cmath> namespace opt_utilities |