]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversitycommand.h
fixed bug with phylo.diversity. not calculating as intended.
[mothur.git] / phylodiversitycommand.h
index 8dd569bbcf567d1990465a2c17bf62ed4ad55831..0aafb8dbc53305a327f7a2b825a2b9c74df8bdb9 100644 (file)
@@ -31,7 +31,8 @@ class PhyloDiversityCommand : public Command {
                string groups, outputDir;
                vector<string> Groups, outputNames; //holds groups to be used, and outputFile names
                
-               void printData(vector<int>&, vector< vector<float> >&, string);
+               void printData(set<int>&, map< string, vector<float> >&, string);
+               float calcBranchLength(Tree*, int);
 };
 
 #endif