X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.cpp;h=2928214c2e671e366553439504c4e78d572a1f1b;hb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;hp=040fad846245c4c275a016391cf179eb64b763e1;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/sharedcommand.cpp b/sharedcommand.cpp index 040fad8..2928214 100644 --- a/sharedcommand.cpp +++ b/sharedcommand.cpp @@ -531,6 +531,7 @@ int SharedCommand::eliminateZeroOTUS(vector& thislookup) { for (int j = 0; j < thislookup.size(); j++) { newLookup[j]->push_back(thislookup[j]->getAbundance(i), thislookup[j]->getGroup()); } + //if there is a bin label use it otherwise make one } //else{ cout << "bin # " << i << " is all zeros" << endl; } }