X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hp=459868e2753a9be6dee26f49b969d363ce1df43a;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354 diff --git a/sharedthetan.h b/sharedthetan.h index 459868e..2d30ecc 100644 --- a/sharedthetan.h +++ b/sharedthetan.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class ThetaN : public Calculator { public: - ThetaN() : Calculator("ThetaN", 3) {}; + ThetaN() : Calculator("thetan", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetan"; } private: };