X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;h=ad0eda47c54b7d8c0f081e908471ab16eb85d717;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=fa8b70030e1e9ae742f86cc4f77e00d3870dedac;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/shen.h b/shen.h index fa8b700..ad0eda4 100644 --- a/shen.h +++ b/shen.h @@ -20,11 +20,12 @@ class Shen : public Calculator { public: - Shen(int size, int n) : m(size), abund(n), Calculator("shen", 1, false) {}; + 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 m; + int f; int abund; };