]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / sharedjackknife.h
index a2488932e6c1fb2ae68b304df44b5feb994220a9..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,7 +25,6 @@ public:
        EstOutput getValues(vector<SharedRAbundVector*>);
        
 private:
-       GlobalData* globaldata;
        int numGroups, callCount, count;
        bool currentCallDone;
        vector<SharedRAbundVector*> groups;