X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.cpp;h=ea98dfb4f35d91c0968898a9ab6ef931cc137d5c;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=07c5707e0c195cf26596e5ef328af83994ebd031;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/corraxescommand.cpp b/corraxescommand.cpp index 07c5707..ea98dfb 100644 --- a/corraxescommand.cpp +++ b/corraxescommand.cpp @@ -776,7 +776,7 @@ int CorrAxesCommand::eliminateZeroOTUS(vector& thisloo } //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);