X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedace.h;h=d8f69e16c74742b4d248ddcd60c8f3f440e916de;hb=d01397212a287495d3d0ec00beea93759bf25402;hp=f30e196b7fbd7b690d73d3e68f11299c801c7a8f;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/sharedace.h b/sharedace.h index f30e196..d8f69e1 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", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: int abund; };