aboutsummaryrefslogtreecommitdiffstats
path: root/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'statistics')
-rw-r--r--statistics/chisq.hpp1
-rw-r--r--statistics/cstat.hpp1
-rw-r--r--statistics/leastsq.hpp3
3 files changed, 4 insertions, 1 deletions
diff --git a/statistics/chisq.hpp b/statistics/chisq.hpp
index 3dff92d..acc9e66 100644
--- a/statistics/chisq.hpp
+++ b/statistics/chisq.hpp
@@ -4,6 +4,7 @@
#ifndef CHI_SQ_HPP
#define CHI_SQ_HPP
+#define OPT_HEADER
#include <core/fitter.hpp>
#include <iostream>
#include <vector>
diff --git a/statistics/cstat.hpp b/statistics/cstat.hpp
index ef1fa12..ba4c3ab 100644
--- a/statistics/cstat.hpp
+++ b/statistics/cstat.hpp
@@ -4,6 +4,7 @@
#ifndef CSTAT_HPP
#define CSTAT_HPP
+#define OPT_HEADER
#include <core/fitter.hpp>
#include <iostream>
diff --git a/statistics/leastsq.hpp b/statistics/leastsq.hpp
index 146a069..abaaf1c 100644
--- a/statistics/leastsq.hpp
+++ b/statistics/leastsq.hpp
@@ -3,7 +3,8 @@
*/
#ifndef LEAST_SQ_HPP
-#define LeAST_SQ_HPP
+#define LEAST_SQ_HPP
+#define OPT_HEADER
#include <core/fitter.hpp>
#include <iostream>
#include <vector>