X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hp=5e4424374e006557e2c6faa7c753f763bcf0dd9c;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354 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;