X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedrabundvector.cpp;h=7952859bccb3048bd796bdb05f74d2d920ed9c05;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=74fb1c51ebb37d10185dced775be0af3829a7c41;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/sharedrabundvector.cpp b/sharedrabundvector.cpp index 74fb1c5..7952859 100644 --- a/sharedrabundvector.cpp +++ b/sharedrabundvector.cpp @@ -472,7 +472,7 @@ int SharedRAbundVector::eliminateZeroOTUS(vector& 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);