X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;h=ad0eda47c54b7d8c0f081e908471ab16eb85d717;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=1016e4c8056c1ba6c50e6251d5459e9c7288a78f;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;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;