]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
fixes while testing 1.33.0
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index 88e49c0d0372c16371e7c9f8254a0717ab93ae12..c8e8478edb8f313ab16d4dbeebf0a3d60a0a2698 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -69,7 +69,7 @@ private:
        //void randomLabels(string, string);
        void printBranch(int, ostream&, map<string, string>);  //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.