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