X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hp=f01d61659ccc22602431a1f9719f5bafea05f8c5;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedjabund.h b/sharedjabund.h index f01d616..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, false) {}; + JAbund() : Calculator("jabund", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jabund"; } private: UVEst* uv;