]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.h
some changes while testing 1.9
[mothur.git] / phylotree.h
index 345e2e72228d711942e2f0d036eed0bda8c8fa67..75abffcf8879898910745343d045b56c619569b9 100644 (file)
@@ -33,7 +33,7 @@ public:
        PhyloTree();
        PhyloTree(string);  //pass it a taxonomy file and it makes the tree
        ~PhyloTree() {};
-       void addSeqToTree(string, string);
+       int addSeqToTree(string, string);
        void assignHeirarchyIDs(int);
        void print(ofstream&);
        vector<int> getGenusNodes();