X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.cpp;h=afbacc00aaaec2b92c5d81278d16b463c0f43ffe;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=833ac952a8db761b16ba59d9b53b561bef07ad0b;hpb=4f2c7f477a1ef2d60a1c0c84ab1ba8243af67f87;p=mothur.git diff --git a/listseqscommand.cpp b/listseqscommand.cpp index 833ac95..afbacc0 100644 --- a/listseqscommand.cpp +++ b/listseqscommand.cpp @@ -400,14 +400,14 @@ int ListSeqsCommand::readAlign(){ if (!in.eof()) { in >> junk; } else { break; } } - + //m->getline(in); while(!in.eof()){ if (m->control_pressed) { in.close(); return 0; } in >> name; //read from first column - + //m->getline(in); //read rest for (int i = 0; i < 15; i++) { if (!in.eof()) { in >> junk; }