]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
working on pam
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index c5c5f6f80991a6751f2671a03d6e9c1459cd8c38..db26b272045458540cfb4ab7ca2f44bd563ba4bc 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -19,7 +19,7 @@
 
 class Venn {
 public:
-       Venn(string, bool, string);
+       Venn(string, bool, string, int, bool);
        ~Venn(){};
 
        vector<string> getPic(SAbundVector*, vector<Calculator*>);
@@ -30,7 +30,8 @@ private:
        string groupComb, outputDir, inputfile;
        ofstream outsvg;
        MothurOut* m;
-       bool nseqs;
+       bool nseqs, sharedOtus;
+       int fontSize;
 };
 
 /***********************************************************************/