X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;fp=removeseqscommand.cpp;h=59c9b348ba1af9b719f35ae12a249265c7fe9662;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=abd3c23eaadb0001b518ac226e34148a9bcb2f07;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index abd3c23..59c9b34 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -450,6 +450,9 @@ int RemoveSeqsCommand::readList(){ int removedCount = 0; while(!in.eof()){ + + removedCount = 0; + //read in list vector ListVector list(in);