X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.cpp;fp=uvest.cpp;h=f0ca81e99748534f3eff5b28d401e04ec8b116b6;hb=53171f07cc0c0e560e2b4ba2946f690d59fc2dc4;hp=8aa166610a3b7d3a38bfd882db6206d6982af4de;hpb=8da8321bc4d705f6c156248d6229c60a0204f750;p=mothur.git diff --git a/uvest.cpp b/uvest.cpp index 8aa1666..f0ca81e 100644 --- a/uvest.cpp +++ b/uvest.cpp @@ -29,7 +29,7 @@ EstOutput UVEst::getUVest(vector shared) { sumSharedA1 = the sum of all shared otus in A where B = 1 sumSharedB1 = the sum of all shared otus in B where A = 1 */ - 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);