X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;h=c0ced354ef8bac6b013105c6bd3fe0fdfb21a3cf;hb=a65438a717aba8cad1ff86c53279b191710b8810;hp=51d0b4544bc73c7e832826bad702028f0143a549;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/counttable.h b/counttable.h index 51d0b45..c0ced35 100644 --- a/counttable.h +++ b/counttable.h @@ -50,7 +50,7 @@ class CountTable { //reads and creates smart enough to eliminate groups with zero counts int createTable(set&, map&, set&); //seqNames, seqName->group, groupNames int createTable(string, string, bool); //namefile, groupfile, createGroup - int readTable(string, bool); + int readTable(string, bool, bool); int printTable(string); int printHeaders(ofstream&);