X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=b3693d6f513a330b3e4531bcae5b0cacf2f6eccd;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917;p=mothur.git 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: };