X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.cpp;h=ad0b2dadfcba7eb2f866b44d3d9b3011242b096a;hb=c27369bdcc3bebc4c449b9ae2f462d2a604a5503;hp=2ab0e345dbd110cc5c0402d0caa36becc1820bd2;hpb=035f86272c776e1cccaa47021e26782e49cd41e7;p=mothur.git diff --git a/counttable.cpp b/counttable.cpp index 2ab0e34..ad0b2da 100644 --- a/counttable.cpp +++ b/counttable.cpp @@ -131,6 +131,9 @@ int CountTable::createTable(string namefile, string groupfile, bool createGroup) string firstCol, secondCol; in >> firstCol; m->gobble(in); in >> secondCol; m->gobble(in); + m->checkName(firstCol); + m->checkName(secondCol); + vector names; m->splitAtChar(secondCol, names, ',');