X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;fp=shen.h;h=ad0eda47c54b7d8c0f081e908471ab16eb85d717;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=1016e4c8056c1ba6c50e6251d5459e9c7288a78f;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/shen.h b/shen.h index 1016e4c..ad0eda4 100644 --- a/shen.h +++ b/shen.h @@ -23,6 +23,7 @@ public: Shen(int size, int n) : f(size), abund(n), Calculator("shen", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Shen"; } private: int f; int abund;