X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjest.h;h=5f0688441dddd86eea0cc515da761b0e8958d7c3;hp=c4111bc09bb57e164c3f46d6efedf76873e1d3a7;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedjest.h b/sharedjest.h index c4111bc..5f06884 100644 --- a/sharedjest.h +++ b/sharedjest.h @@ -23,6 +23,7 @@ public: Jest() : Calculator("jest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jest"; } private: };