]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.cpp
changed random forest output filename
[mothur.git] / sharedlennon.cpp
index f3ed5ece3850f6528ecb56cc99a17765b7766ff7..52192756e00cbb5487e1baa9988c1ba0c709ed5a 100644 (file)
@@ -21,7 +21,7 @@ EstOutput Lennon::getValues(vector<SharedRAbundVector*> shared) {
 
                data.resize(1,0);
                
-               for (int i = 0; i < shared[0]->size(); i++) {
+               for (int i = 0; i < shared[0]->getNumBins(); i++) {
                        //store in temps to avoid multiple repetitive function calls
                        tempA = shared[0]->getAbundance(i);
                        tempB = shared[1]->getAbundance(i);