X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedace.h;h=94fa00632f83bdb7375a329563ba75500240c634;hb=7c08fa69c0b89e7a08341af2aa724f206f182075;hp=f30e196b7fbd7b690d73d3e68f11299c801c7a8f;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/sharedace.h b/sharedace.h index f30e196..94fa006 100644 --- a/sharedace.h +++ b/sharedace.h @@ -19,9 +19,9 @@ 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); private: int abund; };