]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
parsimony with groups
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index b0ae873a0b5ac0c5d364e4d6a9cdc3b5a6a877a7..733f3a082a87525dc1db339ccd5f983b9f2c4206 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -32,7 +32,7 @@ public:
        void setIndex(string, int);
        int getNumNodes() { return numNodes; }
        int getNumLeaves(){     return numLeaves; }
-       map<string, int> mergeUserGroups(int);  //returns a map with a groupname and the number of times that group was seen in the children
+       map<string, int> mergeUserGroups(int, vector<string>);  //returns a map with a groupname and the number of times that group was seen in the children
        void printTree();
        
        //this function takes the leaf info and populates the non leaf nodes