X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;fp=phylodiversitycommand.h;h=52cd3e27953ebac12619df1148e0e9bf932c8261;hb=0c64d4590ecba2cb19475ca0af206d85bfb2195c;hp=5d0cccf249099ac51d86b58e41e5098793ef3f3c;hpb=72e0be6b9c80009d4dbee24e8d690ad9514dc6fb;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&);