X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=phylosummary.h;h=bd31173a48647e1bf2ed7b2f7ec95d25e0bfe388;hp=65a467483ddab1ae58757629644162dc83bab254;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/phylosummary.h b/phylosummary.h index 65a4674..bd31173 100644 --- a/phylosummary.h +++ b/phylosummary.h @@ -43,12 +43,14 @@ public: int addSeqToTree(string, string); int addSeqToTree(string, map); void print(ofstream&); + void print(ofstream&, bool); int getMaxLevel() { return maxLevel; } private: string getNextTaxon(string&); vector tree; void print(int, ofstream&); + void print(int, ofstream&, bool); void assignRank(int); void readTreeStruct(ifstream&); GroupMap* groupmap;