X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hp=4637b97605dd550726496689bf67246bac6d757b;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedthetan.h b/sharedthetan.h index 4637b97..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: };