]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.cpp
fixes while testing 1.33.0
[mothur.git] / sharedsobs.cpp
index 36cacd6935727ba1763b436e25f334ab2c1862bc..f9b5eddcd919acdd409c9b0792294034dbcb7391 100644 (file)
@@ -19,7 +19,7 @@ EstOutput SharedSobs::getValues(vector<SharedRAbundVector*> shared){
                double observed = 0;
 
                //loop through the species in each group
-               for (int k = 0; k < shared[0]->size(); k++) {
+               for (int k = 0; k < shared[0]->getNumBins(); k++) {
                        //if you have found a new species
                        if (shared[0]->getAbundance(k) != 0) { observed++; } 
                        else if ((shared[0]->getAbundance(k) == 0) && (shared[1]->getAbundance(k) != 0)) { observed++; }