]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
fixed Thomas' calculators
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index d9a080a1f63cbeccd6f6f15e99bdcbeeb9b56211..a96abe9ba3d3222680fd5e99470a95ca6d4d472c 100644 (file)
--- a/shen.h
+++ b/shen.h
@@ -11,6 +11,7 @@
  */
 
 #include "calculator.h"
+#include "globaldata.hpp"
 
 /* This class implements the shen calculator on single group. 
  It is a child of the calculator class. */
@@ -25,6 +26,7 @@ public:
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
        int m;
+       GlobalData* globaldata;
 };