X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.cpp;h=d57646e3e3dad937d3ca0fa81b26f402cfa1ad4d;hb=a8367302932de9be5434e77f6e5829d7609e2aec;hp=bc871c8e68e27ae1a90ccea96b3121aaea5611e3;hpb=0c78e45408d8c099bc51579225ebfc227f7523b2;p=mothur.git diff --git a/groupmap.cpp b/groupmap.cpp index bc871c8..d57646e 100644 --- a/groupmap.cpp +++ b/groupmap.cpp @@ -27,7 +27,7 @@ int GroupMap::readMap() { int error = 0; while(fileHandle){ - fileHandle >> seqName; //read from first column + fileHandle >> seqName; gobble(fileHandle); //read from first column fileHandle >> seqGroup; //read from second column if (m->control_pressed) { fileHandle.close(); return 1; }