X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedace.h;h=9ea0d6a1c901e3fb73d296d1a31c35ff11a76539;hp=d8f69e16c74742b4d248ddcd60c8f3f440e916de;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedace.h b/sharedace.h index d8f69e1..9ea0d6a 100644 --- a/sharedace.h +++ b/sharedace.h @@ -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); + string getCitation() { return "http://www.mothur.org/wiki/SharedAce"; } private: int abund; };