X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlennon.cpp;h=52192756e00cbb5487e1baa9988c1ba0c709ed5a;hp=f3ed5ece3850f6528ecb56cc99a17765b7766ff7;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=5a7b1d45e9604becce2410333fcc71de818e3782 diff --git a/sharedlennon.cpp b/sharedlennon.cpp index f3ed5ec..5219275 100644 --- a/sharedlennon.cpp +++ b/sharedlennon.cpp @@ -21,7 +21,7 @@ EstOutput Lennon::getValues(vector 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);