]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / sharedjackknife.cpp
index 26ad1269cc55df28a47007364e8627b61dc7a7b8..f80a8d427ef027a725609e5814c0aaf713b87819 100644 (file)
@@ -88,8 +88,7 @@ EstOutput SharedJackknife::getValues(vector<SharedRAbundVector*> vectorShared){
                SharedRAbundVector* shared1 = vectorShared[0];
                SharedRAbundVector* shared2 = vectorShared[1];
                if(numGroups == -1) {
-                       globaldata = GlobalData::getInstance();
-                       numGroups = globaldata->Groups.size();
+                       numGroups = m->Groups.size();
                }
 
                if(callCount == numGroups*(numGroups-1)/2) {