X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorabund.h;h=7ec112e31b7902fd442508b562f301353a8f54be;hb=4f9a6e14a608172f8a97f0297a3b8e6ea267c518;hp=452471ae4153339f16bdbe6938ab3de38e413e5c;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedsorabund.h b/sharedsorabund.h index 452471a..7ec112e 100644 --- a/sharedsorabund.h +++ b/sharedsorabund.h @@ -20,9 +20,9 @@ It is a child of the calculator class. */ class SorAbund : public Calculator { public: - SorAbund() : Calculator("SorAbund", 3) {}; + SorAbund() : Calculator("sorabund", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: UVEst* uv;