X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.h;h=5f0688441dddd86eea0cc515da761b0e8958d7c3;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=8a943c900a0bcd6d92edfbe3428cd92e308b606b;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedjest.h b/sharedjest.h index 8a943c9..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: };