aboutsummaryrefslogtreecommitdiffstats
path: root/src/vchisq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vchisq.hpp')
-rw-r--r--src/vchisq.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vchisq.hpp b/src/vchisq.hpp
index 8cd8481..034086e 100644
--- a/src/vchisq.hpp
+++ b/src/vchisq.hpp
@@ -26,7 +26,6 @@ namespace opt_utilities
{
private:
bool verb;
- int n;
bool limit_bound;
typedef std::vector<T> Tp;
@@ -75,6 +74,7 @@ namespace opt_utilities
std::vector<float> vye;
std::vector<float> my;
float x1=1e99,x2=-1e99,y1=1e99,y2=-1e99;
+ int n=0;
if(verb)
{
n++;