X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=subsamplecommand.cpp;h=e22bfdeee61af9b179b5ec5af4254157494b9d56;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=e365441d69bfeebc826bff13f3be4728ae54a264;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/subsamplecommand.cpp b/subsamplecommand.cpp index e365441..e22bfde 100644 --- a/subsamplecommand.cpp +++ b/subsamplecommand.cpp @@ -1539,7 +1539,7 @@ int SubSampleCommand::eliminateZeroOTUS(vector& thislookup) newLookup[j]->push_back(thislookup[j]->getAbundance(i), thislookup[j]->getGroup()); } //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);