]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.cpp
added phylip as output file type for commands that output distance matrices. added...
[mothur.git] / nameassignment.cpp
index 3d99551cc6a2a5f01932329c34c339a6fa5d9450..126c4e0c594b6745ec6a7c4fcd5228c717d67677 100644 (file)
@@ -22,7 +22,7 @@ void NameAssignment::readMap(){
                int rowIndex = 0;
                
                while(fileHandle){
-                       fileHandle >> firstCol;                         //read from first column
+                       fileHandle >> firstCol; m->gobble(fileHandle);                  //read from first column
                        fileHandle >> secondCol;                        //read from second column
                                                
                        itData = (*this).find(firstCol);