X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=f01d61659ccc22602431a1f9719f5bafea05f8c5;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git 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;