X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hp=b3693d6f513a330b3e4531bcae5b0cacf2f6eccd;hb=615301e57c25e241356a9c2380648d117709458d;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedthetan.h b/sharedthetan.h index b3693d6..2d30ecc 100644 --- a/sharedthetan.h +++ b/sharedthetan.h @@ -23,6 +23,7 @@ public: ThetaN() : Calculator("thetan", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetan"; } private: };