X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;fp=phylodiversitycommand.h;h=f5e205c4e40ce010239c0cc8beba6798e1a17aa4;hb=83c530c577250f2bc4c3443b33d97449abf40f36;hp=f6c3bbe1d06495717310a464d423c884fb1ac717;hpb=257eaa172451ede9d63a0715f6cdb7336a52996b;p=mothur.git diff --git a/phylodiversitycommand.h b/phylodiversitycommand.h index f6c3bbe..f5e205c 100644 --- a/phylodiversitycommand.h +++ b/phylodiversitycommand.h @@ -39,7 +39,7 @@ class PhyloDiversityCommand : public Command { void printData(set&, map< string, vector >&, ofstream&, int); void printSumData(map< string, vector >&, ofstream&, int); - float calcBranchLength(Tree*, int, map< string, set >&); + vector calcBranchLength(Tree*, int, map< string, set >&); 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&);