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