X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=tree.h;h=c8e8478edb8f313ab16d4dbeebf0a3d60a0a2698;hp=88e49c0d0372c16371e7c9f8254a0717ab93ae12;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d diff --git a/tree.h b/tree.h index 88e49c0..c8e8478 100644 --- a/tree.h +++ b/tree.h @@ -69,7 +69,7 @@ private: //void randomLabels(string, string); void printBranch(int, ostream&, map); //recursively print out tree void printBranch(int, ostream&, string); - void parseTreeFile(); //parses through tree file to find names of nodes and number of them + int parseTreeFile(); //parses through tree file to find names of nodes and number of them //this is required in case user has sequences in the names file that are //not included in the tree. //only takes names from the first tree in the tree file and assumes that all trees use the same names.