X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.h;fp=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=1bd41988f492571e8541667350ac4d1038eeb922;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/sharedjabund.h b/sharedjabund.h index 1bd4198..083ad23 100644 --- a/sharedjabund.h +++ b/sharedjabund.h @@ -23,6 +23,7 @@ public: 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;