X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.h;h=083ad2393480d91cb14d297d1050f9cca637375b;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=1bd41988f492571e8541667350ac4d1038eeb922;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917;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;