diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-03-21 15:38:46 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-03-21 15:38:46 +0000 |
commit | 39a5a6a8abd10017386b1ce4a38c09ea2158c8b3 (patch) | |
tree | 7b25df6a66a3a46c6815c07a94e26a53d7c089aa /vmodels/gauss1d.hpp | |
parent | ce4e9ec716863491cc6a34c8975f78789644a159 (diff) | |
download | opt-utilities-39a5a6a8abd10017386b1ce4a38c09ea2158c8b3.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@183 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'vmodels/gauss1d.hpp')
-rw-r--r-- | vmodels/gauss1d.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vmodels/gauss1d.hpp b/vmodels/gauss1d.hpp index e94ede6..85d5576 100644 --- a/vmodels/gauss1d.hpp +++ b/vmodels/gauss1d.hpp @@ -8,6 +8,7 @@ #define GAUSS_MODEL_H_ #define OPT_HEADER #include <core/fitter.hpp> +#include <core/pre_estimater.hpp> #include <cmath> #include <misc/optvec.hpp> #include <core/pre_estimater.hpp> @@ -16,7 +17,8 @@ namespace opt_utilities { template <typename T> class gauss1d - :public model<optvec<T>,optvec<T>,optvec<T>,std::string> + :public model<optvec<T>,optvec<T>,optvec<T>,std::string>, + public pre_estimatable<optvec<T>,optvec<T>,optvec<T>,std::string> ,public pre_estimatable<optvec<T>,optvec<T>,optvec<T>,std::string> { private: |