X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;h=0aafb8dbc53305a327f7a2b825a2b9c74df8bdb9;hb=515c3398ea27e2105f616fc5662b2a7ceb486aa0;hp=8dd569bbcf567d1990465a2c17bf62ed4ad55831;hpb=0b99c6b6ea875e13febda76903fd4d9cda7add7d;p=mothur.git diff --git a/phylodiversitycommand.h b/phylodiversitycommand.h index 8dd569b..0aafb8d 100644 --- a/phylodiversitycommand.h +++ b/phylodiversitycommand.h @@ -31,7 +31,8 @@ class PhyloDiversityCommand : public Command { string groups, outputDir; vector Groups, outputNames; //holds groups to be used, and outputFile names - void printData(vector&, vector< vector >&, string); + void printData(set&, map< string, vector >&, string); + float calcBranchLength(Tree*, int); }; #endif