]> 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 4a97805e9b293fab7e0b6cb3854dead3cf01c2c1..a96abe9ba3d3222680fd5e99470a95ca6d4d472c 100644 (file)
--- a/shen.h
+++ b/shen.h
@@ -6,11 +6,12 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 5/18/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
 #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;
 };