]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.h
finished anosim command
[mothur.git] / anosimcommand.h
index 5b62df52451251a99cc895cc24fcf488bd4f9349..0b145639d8b0f8551988e67d29ee4a2612efa809 100644 (file)
@@ -57,8 +57,7 @@ private:
        int driver(int, int, vector<string>, string, vector< vector<double> >&);
        int process(vector<SharedRAbundVector*>);
        int calcAnosim(ofstream&, int, vector<string>);
-       double calcWithin(vector<seqDist>&, vector<string>);
-       double calcBetween(vector<seqDist>&);
+       double calcWithinBetween(vector<seqDist>&, vector<string>, double&);
        vector<seqDist> convertToRanks();
 };