]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
fixed multiple bugs for 1.4 release
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index 8b77d3ddbed48dddb5de57dfa44394118c7a1920..7fc383806c946d8f22efab62c648f19095313feb 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -36,6 +36,7 @@ public:
        void printTree();
        void print(ostream&);
        void printForBoot(ostream&);
+       int findRoot();  //return index of root node
        
        //this function takes the leaf info and populates the non leaf nodes
        void assembleTree();            
@@ -55,7 +56,6 @@ private:
        void randomBlengths();
        void randomLabels(vector<string>);
        void randomLabels(string, string);
-       int findRoot();  //return index of root node
        void printBranch(int, ostream&, string);  //recursively print out tree
 };