X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.h;h=c4111bc09bb57e164c3f46d6efedf76873e1d3a7;hb=9489965363593bb2a3e94f801b4079a32ddf8732;hp=fa1f613e610631247b693ae2b4e1ce8be857390b;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedjest.h b/sharedjest.h index fa1f613..c4111bc 100644 --- a/sharedjest.h +++ b/sharedjest.h @@ -20,9 +20,9 @@ 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); private: };