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