X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjclass.cpp;h=ed21335eddc1ab2360d74b761ea9eff842c6791a;hp=ac3e94eaffaa8ac339935a97267c56b0d4e832db;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=5a7b1d45e9604becce2410333fcc71de818e3782 diff --git a/sharedjclass.cpp b/sharedjclass.cpp index ac3e94e..ed21335 100644 --- a/sharedjclass.cpp +++ b/sharedjclass.cpp @@ -21,7 +21,7 @@ EstOutput Jclass::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);