]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index ceb52fda7a5447f812133aea9c343d7ccf8e71b5..398f20bb1872832aed6ab89240ce120a0405f623 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -18,6 +18,7 @@ using namespace std;
 #include "datavector.hpp"
 #include "globaldata.hpp"
 #include "calculator.h"
+#include "sharedutilities.h"
 
 /***********************************************************************/
 
@@ -31,8 +32,7 @@ class Venn {
                void getPic(SharedOrderVector*, vector<Calculator*>);
 
        private:
-               void getSharedVectors(SharedOrderVector*);
-               
+               SharedUtil* util;
                SAbundVector* sabund;
                GlobalData* globaldata;
                vector<SharedRAbundVector*> lookup;