X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;fp=anosimcommand.h;h=0b145639d8b0f8551988e67d29ee4a2612efa809;hb=ef05a77005bf7af1eb40192a7c2816da01c9499c;hp=5b62df52451251a99cc895cc24fcf488bd4f9349;hpb=3aadadbb3da5831c619a43d42ddb2da5b615022b;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index 5b62df5..0b14563 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -57,8 +57,7 @@ private: int driver(int, int, vector, string, vector< vector >&); int process(vector); int calcAnosim(ofstream&, int, vector); - double calcWithin(vector&, vector); - double calcBetween(vector&); + double calcWithinBetween(vector&, vector, double&); vector convertToRanks(); };