X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedsorest.h;h=94bcc32afe7b7021b4aedde1a49f6ec46687c748;hb=7c08fa69c0b89e7a08341af2aa724f206f182075;hp=58de55225bc96227f82b21a7666bc5d8554e5b3c;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index 58de552..94bcc32 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -20,9 +20,9 @@ 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); private: };