X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedace.h;h=9ea0d6a1c901e3fb73d296d1a31c35ff11a76539;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=f30e196b7fbd7b690d73d3e68f11299c801c7a8f;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/sharedace.h b/sharedace.h index f30e196..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) {}; + SharedAce(int n=10) : abund(n), Calculator("sharedace", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/SharedAce"; } private: int abund; };