X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurmetastats.h;h=c707b642f05ebe96b830b2babb6abf90929b04c3;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=4d6cf9166816f9f775e97eedc8a3231ec6daecd8;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;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&);