X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tree.h;h=0b316c3042f01cbb000a3aed975a778f8af5f9fc;hb=1916dd65829d6bb5b8bef74eddc61ea38fccf63a;hp=102d56546c24d427616b0388fcf80b869312b694;hpb=c53ef46b40b97c00e32bfd8c3924ce8c51b5cd7b;p=mothur.git diff --git a/tree.h b/tree.h index 102d565..0b316c3 100644 --- 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&, int, int&); + void printBranch(int, ostream&, string, vector&); MothurOut* m;