]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversitycommand.h
fixed phylo.diversity
[mothur.git] / phylodiversitycommand.h
index 76c996c405a92fdb7f5c51d67728c46cf9c902b0..a7e0d2e5d090f3e567446fe4e76d9ee3dd7d776b 100644 (file)
@@ -33,7 +33,7 @@ class PhyloDiversityCommand : public Command {
                
                void printData(set<int>&, map< string, vector<float> >&, ofstream&, int);
                void printSumData(map< string, vector<float> >&, ofstream&, int);
-               float calcBranchLength(Tree*, int);
+               float calcBranchLength(Tree*, int, map< string, set<int> >&);
 };
 
 #endif