]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
bugs found while testing
[mothur.git] / mothurout.cpp
index ae4cb524cba877f5a9ec843e1686569032c6528d..0431d36796dd32cf4ac404dee2843150a4b5b110 100644 (file)
@@ -1448,7 +1448,8 @@ map<string, int> 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);