]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index 59d6c3abe6893685a000562183c8d8052a8fa467..fa8b70030e1e9ae742f86cc4f77e00d3870dedac 100644 (file)
--- a/shen.h
+++ b/shen.h
@@ -11,7 +11,6 @@
  */
 
 #include "calculator.h"
-#include "globaldata.hpp"
 
 /* This class implements the shen calculator on single group. 
  It is a child of the calculator class. */
@@ -27,7 +26,6 @@ public:
 private:
        int m;
        int abund;
-       GlobalData* globaldata;
 };