aboutsummaryrefslogtreecommitdiffstats
path: root/src/chisq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chisq.hpp')
-rw-r--r--src/chisq.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chisq.hpp b/src/chisq.hpp
index 0e58200..a77e882 100644
--- a/src/chisq.hpp
+++ b/src/chisq.hpp
@@ -47,7 +47,6 @@ namespace opt_utilities
private:
bool verb;
bool limit_bound;
- int n;
statistic<Ty,Tx,Tp,Ts,Tstr>* do_clone()const
{
@@ -100,6 +99,7 @@ namespace opt_utilities
std::vector<float> vye2;
std::vector<float> my;
float xmin=1e99,xmax=-1e99,ymin=1e99,ymax=-1e99;
+ int n=0;
if(verb)
{
n++;