X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=58de55225bc96227f82b21a7666bc5d8554e5b3c;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index 58de552..904a712 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class SorEst : public Calculator { public: - SorEst() : Calculator("SorEst", 3) {}; + SorEst() : Calculator("sorest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sorest"; } private: };