X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=5e4424374e006557e2c6faa7c753f763bcf0dd9c;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedjabund.h b/sharedjabund.h index 5e44243..083ad23 100644 --- a/sharedjabund.h +++ b/sharedjabund.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class JAbund : public Calculator { public: - JAbund() : Calculator("JAbund", 3) {}; + JAbund() : Calculator("jabund", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jabund"; } private: UVEst* uv;