]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.h
fixes while testing 1.33.0
[mothur.git] / counttable.h
index 51d0b4544bc73c7e832826bad702028f0143a549..c0ced354ef8bac6b013105c6bd3fe0fdfb21a3cf 100644 (file)
@@ -50,7 +50,7 @@ class CountTable {
         //reads and creates smart enough to eliminate groups with zero counts 
         int createTable(set<string>&, map<string, string>&, set<string>&); //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&);