]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversitycommand.h
fixed phylo.diversity and made trim.seqs with allfiles=T open one file at a time.
[mothur.git] / phylodiversitycommand.h
index f6c3bbe1d06495717310a464d423c884fb1ac717..f5e205c4e40ce010239c0cc8beba6798e1a17aa4 100644 (file)
@@ -39,7 +39,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, map< string, set<int> >&);
+               vector<float> calcBranchLength(Tree*, int, map< string, set<int> >&);
                int driver(Tree*, map< string, vector<float> >&, map<string, vector<float> >&, int, int, vector<int>&, set<int>&, ofstream&, ofstream&, bool);
                int createProcesses(vector<int>&, Tree*, map< string, vector<float> >&, map<string, vector<float> >&, int, int, vector<int>&, set<int>&, ofstream&, ofstream&);