]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurmetastats.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / mothurmetastats.h
index 4d6cf9166816f9f775e97eedc8a3231ec6daecd8..c707b642f05ebe96b830b2babb6abf90929b04c3 100644 (file)
@@ -26,8 +26,8 @@ class MothurMetastats {
                int row, column, numPermutations, secondGroupingStart;
                double threshold;
         
-    vector<double> permuted_pvalues(vector< vector<double> >&, vector<double>&, vector< vector<double> >&);
-    vector<double> permute_and_calc_ts(vector< vector<double> >&);
+        vector<double> permuted_pvalues(vector< vector<double> >&, vector<double>&, vector< vector<double> >&);
+        vector<double> permute_and_calc_ts(vector< vector<double> >&);
     
                int start(vector<double>&, int, vector<double>&, vector< vector<double> >&); //Find the initial values for the matrix
                int meanvar(vector<double>&, int, vector<double>&);