]> git.donarmstrong.com Git - mothur.git/blobdiff - memchi2.cpp
changed random forest output filename
[mothur.git] / memchi2.cpp
index 595b54f664d61e1fcd75e537d48b2e055fde2237..f08b4b8561d9177fbd6f0a5a8f3337b95312e362 100644 (file)
@@ -17,7 +17,7 @@ EstOutput MemChi2::getValues(vector<SharedRAbundVector*> shared) {
                int nonZeroA = 0;
                int nonZeroB = 0;
                int totalOtus = shared[0]->getNumBins();
-               int totalGroups = shared.size();
+               //int totalGroups = shared.size();
                
                //for each otu
                for (int i = 0; i < shared[0]->getNumBins(); i++) {