]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.cpp
adding labels to list file.
[mothur.git] / sharedsobscollectsummary.cpp
index b53b09afc0091e91baf6609aa9c8d5b0ab528b63..204b61c64d779ebe2946d537e5803d9ed36d3d76 100644 (file)
@@ -57,7 +57,7 @@ EstOutput SharedSobsCS::getValues(vector<SharedRAbundVector*> shared, vector<str
                        }
                        
                        //they are shared
-                       if (sharedByAll == true) {  observed++;  labels.push_back(m->currentBinLabels[i]); }
+                       if (sharedByAll == true) {  observed++;  labels.push_back(m->currentSharedBinLabels[i]); }
                }
         
                data[0] = observed;