X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nameassignment.cpp;h=126c4e0c594b6745ec6a7c4fcd5228c717d67677;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=3d99551cc6a2a5f01932329c34c339a6fa5d9450;hpb=260ae19c36cb11a53ddc5a75b5e507f8dd8b31d6;p=mothur.git diff --git a/nameassignment.cpp b/nameassignment.cpp index 3d99551..126c4e0 100644 --- a/nameassignment.cpp +++ b/nameassignment.cpp @@ -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);