X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;h=c707b642f05ebe96b830b2babb6abf90929b04c3;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hpb=57b3c96832667c1b70d4d526331f52e3d49e8237;p=mothur.git diff --git a/mothurmetastats.h b/mothurmetastats.h index 4d6cf91..c707b64 100644 --- a/mothurmetastats.h +++ b/mothurmetastats.h @@ -26,8 +26,8 @@ class MothurMetastats { int row, column, numPermutations, secondGroupingStart; double threshold; - vector permuted_pvalues(vector< vector >&, vector&, vector< vector >&); - vector permute_and_calc_ts(vector< vector >&); + vector permuted_pvalues(vector< vector >&, vector&, vector< vector >&); + vector permute_and_calc_ts(vector< vector >&); int start(vector&, int, vector&, vector< vector >&); //Find the initial values for the matrix int meanvar(vector&, int, vector&);