X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.cpp;h=0431d36796dd32cf4ac404dee2843150a4b5b110;hb=dec4333b64891e0b923c862446cf2e3befa7e3d3;hp=ae4cb524cba877f5a9ec843e1686569032c6528d;hpb=9d241ddf4c0e2467298a523e21a3b0de46902448;p=mothur.git diff --git a/mothurout.cpp b/mothurout.cpp index ae4cb52..0431d36 100644 --- a/mothurout.cpp +++ b/mothurout.cpp @@ -1448,7 +1448,8 @@ map MothurOut::readNames(string namefile) { if (control_pressed) { break; } string firstCol, secondCol; - in >> firstCol >> secondCol; gobble(in); + in >> firstCol; gobble(in); + in >> secondCol; gobble(in); int num = getNumNames(secondCol);