]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
fixed unifrac.weighted
[mothur.git] / unifracweightedcommand.h
index fa87d8fa2a705287045489f9cdfef7f3bf51901c..547e35235a24ac1ab169c918da544301aea7bd13 100644 (file)
@@ -75,8 +75,8 @@ class UnifracWeightedCommand : public Command {
                //void removeValidScoresDuplicates();
                int findIndex(float, int);
                void calculateFreqsCumuls();
-               int createProcesses(Tree*,  vector< vector<string> >, vector<double>&, vector< vector<double> >&);
-               int driver(Tree*, vector< vector<string> >, int, int, vector<double>&, vector< vector<double> >&);
+               int createProcesses(Tree*,  vector< vector<string> >,  vector< vector<double> >&);
+               int driver(Tree*, vector< vector<string> >, int, int,  vector< vector<double> >&);
                
 };