X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=48e816d8e110615fdec4b182a3af7b6b68e7118b;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedthetan.h b/sharedthetan.h index 48e816d..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, false) {}; + ThetaN() : Calculator("thetan", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetan"; } private: };