aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-03-21 15:38:46 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-03-21 15:38:46 +0000
commit39a5a6a8abd10017386b1ce4a38c09ea2158c8b3 (patch)
tree7b25df6a66a3a46c6815c07a94e26a53d7c089aa
parentce4e9ec716863491cc6a34c8975f78789644a159 (diff)
downloadopt-utilities-39a5a6a8abd10017386b1ce4a38c09ea2158c8b3.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@183 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r--vmodels/gauss1d.hpp4
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: