]> git.donarmstrong.com Git - mothur.git/blobdiff - phylosummary.h
changes while testing
[mothur.git] / phylosummary.h
index 65a467483ddab1ae58757629644162dc83bab254..bd31173a48647e1bf2ed7b2f7ec95d25e0bfe388 100644 (file)
@@ -43,12 +43,14 @@ public:
        int addSeqToTree(string, string);
        int addSeqToTree(string, map<string, bool>);
        void print(ofstream&);
+    void print(ofstream&, bool);
        int getMaxLevel() { return maxLevel; }
        
 private:
        string getNextTaxon(string&);
        vector<rawTaxNode> tree;
        void print(int, ofstream&);
+    void print(int, ofstream&, bool);
        void assignRank(int);
        void readTreeStruct(ifstream&);
        GroupMap* groupmap;