]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.h
added tree reader class to handle reading trees. Reworked the tree map to tree class...
[mothur.git] / readtree.h
index b5b26ed0b81ee7d3ad5a87a3515e54881b5daf78..6b074de839070a86bd3e010bbf222a7ec4011dce 100644 (file)
@@ -30,7 +30,7 @@ class ReadTree {
                float readBranchLength(istream& f);
        
                vector<Tree*> getTrees() { return Trees; }
-               int AssembleTrees();
+               int AssembleTrees(map<string, string>);
                
        protected:
                vector<Tree*> Trees;