X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mothurmetastats.h;h=c707b642f05ebe96b830b2babb6abf90929b04c3;hp=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hb=615301e57c25e241356a9c2380648d117709458d;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc 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&);