X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;h=1016e4c8056c1ba6c50e6251d5459e9c7288a78f;hb=9013e13ecfb2fda3c2664a76f76cc99b8c7fa74c;hp=fa8b70030e1e9ae742f86cc4f77e00d3870dedac;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/shen.h b/shen.h index fa8b700..1016e4c 100644 --- a/shen.h +++ b/shen.h @@ -20,11 +20,11 @@ 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;}; private: - int m; + int f; int abund; };