X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;h=f1804ed8b826d00b4993a708804733335bb1b194;hb=134a9c1275862a6b3ea10a2c0f11965c0a535854;hp=c0e04d569604ee0aa67c29ceefbda06275a2df9d;hpb=191ae1be0679d5cf4eda950b3b1bf26fb7dd503d;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index c0e04d5..f1804ed 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -404,7 +404,7 @@ int RemoveSeqsCommand::readName(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); remove(outputFileName.c_str()); return 0; } - in >> firstCol; + in >> firstCol; m->gobble(in); in >> secondCol; vector parsedNames;