X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.h;h=5f0688441dddd86eea0cc515da761b0e8958d7c3;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=fa1f613e610631247b693ae2b4e1ce8be857390b;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedjest.h b/sharedjest.h index fa1f613..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) {}; + Jest() : Calculator("jest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jest"; } private: };