X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;h=51d0b4544bc73c7e832826bad702028f0143a549;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=34c941bece659b832afd9f2ff8866a16d37c14f1;hpb=96dbe925073caefaed6e6db85659c144a806aeb1;p=mothur.git diff --git a/counttable.h b/counttable.h index 34c941b..51d0b45 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); int printTable(string); int printHeaders(ofstream&);