X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;fp=shen.h;h=59d6c3abe6893685a000562183c8d8052a8fa467;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hp=a96abe9ba3d3222680fd5e99470a95ca6d4d472c;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9;p=mothur.git diff --git a/shen.h b/shen.h index a96abe9..59d6c3a 100644 --- a/shen.h +++ b/shen.h @@ -21,11 +21,12 @@ class Shen : public Calculator { public: - Shen(int size) : m(size), Calculator("shen", 1, false) {}; + Shen(int size, int n) : m(size), abund(n), Calculator("shen", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; private: int m; + int abund; GlobalData* globaldata; };