X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjclass.cpp;h=ed21335eddc1ab2360d74b761ea9eff842c6791a;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=ac3e94eaffaa8ac339935a97267c56b0d4e832db;hpb=5a7b1d45e9604becce2410333fcc71de818e3782;p=mothur.git 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);