]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
fixed indicator command bug
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index 102d56546c24d427616b0388fcf80b869312b694..0b316c3042f01cbb000a3aed975a778f8af5f9fc 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -68,6 +68,7 @@ private:
                                                        //only takes names from the first tree in the tree file and assumes that all trees use the same names.
        int readTreeString(ifstream&);
        int populateNewTree(vector<Node>&, int, int&);
+       void printBranch(int, ostream&, string, vector<Node>&);
                
        MothurOut* m;