]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.cpp
added shared file type to get.groups and remove.groups
[mothur.git] / corraxescommand.cpp
index 07c5707e0c195cf26596e5ef328af83994ebd031..ea98dfb4f35d91c0968898a9ab6ef931cc137d5c 100644 (file)
@@ -776,7 +776,7 @@ int CorrAxesCommand::eliminateZeroOTUS(vector<SharedRAbundFloatVector*>& 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);