X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedace.h;fp=sharedace.h;h=94fa00632f83bdb7375a329563ba75500240c634;hp=d8f69e16c74742b4d248ddcd60c8f3f440e916de;hb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917;hpb=87537e4ee46cae9b7041ae0ed4dbbc229936d37c diff --git a/sharedace.h b/sharedace.h index d8f69e1..94fa006 100644 --- a/sharedace.h +++ b/sharedace.h @@ -19,7 +19,7 @@ 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); private: