X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;fp=phylodiversitycommand.h;h=a7e0d2e5d090f3e567446fe4e76d9ee3dd7d776b;hb=afcbef163b4f32d0ff25a834cb9af8eef8d06ffa;hp=76c996c405a92fdb7f5c51d67728c46cf9c902b0;hpb=0034e0e7f58987a1e6e0881f5495a4c542842645;p=mothur.git diff --git a/phylodiversitycommand.h b/phylodiversitycommand.h index 76c996c..a7e0d2e 100644 --- a/phylodiversitycommand.h +++ b/phylodiversitycommand.h @@ -33,7 +33,7 @@ class PhyloDiversityCommand : public Command { void printData(set&, map< string, vector >&, ofstream&, int); void printSumData(map< string, vector >&, ofstream&, int); - float calcBranchLength(Tree*, int); + float calcBranchLength(Tree*, int, map< string, set >&); }; #endif