]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
added shared file type to get.groups and remove.groups
[mothur.git] / sharedrabundvector.cpp
index 74fb1c51ebb37d10185dced775be0af3829a7c41..7952859bccb3048bd796bdb05f74d2d920ed9c05 100644 (file)
@@ -472,7 +472,7 @@ int SharedRAbundVector::eliminateZeroOTUS(vector<SharedRAbundVector*>& thislooku
                                        }
                                        
                                        //if there is a bin label use it otherwise make one
-                                       string binLabel = "Otu" + (i+1);
+                                       string binLabel = "Otu" + toString(i+1);
                                        if (i < m->currentBinLabels.size()) {  binLabel = m->currentBinLabels[i]; }
                                        
                                        newBinLabels.push_back(binLabel);