]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjclass.cpp
added modify names parameter to set.dir
[mothur.git] / sharedjclass.cpp
index ac3e94eaffaa8ac339935a97267c56b0d4e832db..ed21335eddc1ab2360d74b761ea9eff842c6791a 100644 (file)
@@ -21,7 +21,7 @@ EstOutput Jclass::getValues(vector<SharedRAbundVector*> 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);