X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylosummary.h;h=bd31173a48647e1bf2ed7b2f7ec95d25e0bfe388;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=65a467483ddab1ae58757629644162dc83bab254;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git 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;