]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
bugs fixes while testing for 1.5 release
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index d9a080a1f63cbeccd6f6f15e99bdcbeeb9b56211..fa8b70030e1e9ae742f86cc4f77e00d3870dedac 100644 (file)
--- a/shen.h
+++ b/shen.h
 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<SharedRAbundVector*>) {return data;};
 private:
        int m;
+       int abund;
 };