X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;h=52cd3e27953ebac12619df1148e0e9bf932c8261;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=5d0cccf249099ac51d86b58e41e5098793ef3f3c;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/phylodiversitycommand.h b/phylodiversitycommand.h index 5d0cccf..52cd3e2 100644 --- a/phylodiversitycommand.h +++ b/phylodiversitycommand.h @@ -39,10 +39,11 @@ private: string groups, outputDir, treefile, groupfile, namefile; vector Groups, outputNames; //holds groups to be used, and outputFile names + map getRootForGroups(Tree* t); int readNamesFile(); void printData(set&, map< string, vector >&, ofstream&, int); void printSumData(map< string, vector >&, ofstream&, int); - vector calcBranchLength(Tree*, int, map< string, set >&); + vector calcBranchLength(Tree*, int, vector< map >&, map); int driver(Tree*, map< string, vector >&, map >&, int, int, vector&, set&, ofstream&, ofstream&, bool); int createProcesses(vector&, Tree*, map< string, vector >&, map >&, int, int, vector&, set&, ofstream&, ofstream&);