]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
working on slayer bug
[mothur.git] / sharedjackknife.h
index bdec8f713f777f6df061038fae677676a609eb1a..9f4ef724cdf770da3d19a5ebd16dec36af43cc25 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "calculator.h"
-#include "globaldata.hpp"
 
 /*This class implements the SharedJackknife estimator. 
 It is a child of the calculator class.*/ 
@@ -26,11 +25,10 @@ public:
        EstOutput getValues(vector<SharedRAbundVector*>);
        
 private:
-       GlobalData* globaldata;
        int numGroups, callCount, count;
        bool currentCallDone;
        vector<SharedRAbundVector*> groups;
-       double simpson(int[], double, int);
+       double simpson(vector<int>, double, int);
        double* jackknife();
 };