X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedace.h;fp=sharedace.h;h=d8f69e16c74742b4d248ddcd60c8f3f440e916de;hb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;hp=f30e196b7fbd7b690d73d3e68f11299c801c7a8f;hpb=17261b0ad578de8aac463dd6977a2d6fdee565a1;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; };