X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;h=c0ced354ef8bac6b013105c6bd3fe0fdfb21a3cf;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=34c941bece659b832afd9f2ff8866a16d37c14f1;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/counttable.h b/counttable.h index 34c941b..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); + int readTable(string, bool, bool); int printTable(string); int printHeaders(ofstream&);