X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;h=8e044aa4c9a8bc6643d6aeb19fc915aa9ff8daad;hb=d2fc851cdaf57874b3ac8261b220fad35750daad;hp=58de55225bc96227f82b21a7666bc5d8554e5b3c;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index 58de552..8e044aa 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", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: };