X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjest.h;h=5f0688441dddd86eea0cc515da761b0e8958d7c3;hp=8eaf70f80ee42ee17d413d2a1feb8c15c9b8b6d0;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedjest.h b/sharedjest.h index 8eaf70f..5f06884 100644 --- a/sharedjest.h +++ b/sharedjest.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class Jest : public Calculator { public: - Jest() : Calculator("jest", 3, false) {}; + Jest() : Calculator("jest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jest"; } private: };