]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
changes while testing
[mothur.git] / sharedace.h
index d8f69e16c74742b4d248ddcd60c8f3f440e916de..9ea0d6a1c901e3fb73d296d1a31c35ff11a76539 100644 (file)
@@ -19,9 +19,10 @@ It is a child of the calculator class. */
 class SharedAce : public Calculator  {
        
 public:
-       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 3, false) {};
+       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/SharedAce"; }
 private:
        int abund;
 };