]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index a96abe9ba3d3222680fd5e99470a95ca6d4d472c..59d6c3abe6893685a000562183c8d8052a8fa467 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;
        GlobalData* globaldata;
 };