X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorabund.h;h=aa8562260de55160b713605dd64a20389cd10368;hp=452471ae4153339f16bdbe6938ab3de38e413e5c;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354 diff --git a/sharedsorabund.h b/sharedsorabund.h index 452471a..aa85622 100644 --- a/sharedsorabund.h +++ b/sharedsorabund.h @@ -20,9 +20,10 @@ 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); + string getCitation() { return "http://www.mothur.org/wiki/Sorabund"; } private: UVEst* uv;