aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/gauss1d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/gauss1d.hpp')
-rw-r--r--vmodels/gauss1d.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmodels/gauss1d.hpp b/vmodels/gauss1d.hpp
index ecfa81c..e94ede6 100644
--- a/vmodels/gauss1d.hpp
+++ b/vmodels/gauss1d.hpp
@@ -10,12 +10,14 @@
#include <core/fitter.hpp>
#include <cmath>
#include <misc/optvec.hpp>
+#include <core/pre_estimater.hpp>
namespace opt_utilities
{
template <typename T>
class gauss1d
:public model<optvec<T>,optvec<T>,optvec<T>,std::string>
+ ,public pre_estimatable<optvec<T>,optvec<T>,optvec<T>,std::string>
{
private:
gauss1d* do_clone()const