X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venn.h;fp=venn.h;h=db26b272045458540cfb4ab7ca2f44bd563ba4bc;hb=55bbd10379db27def51cec72a8819d775f73e45b;hp=50d49d1b98c4c364faed44366534daf91d017b55;hpb=4542a79d20176ff0ee830b0f9d4f4c92637439d9;p=mothur.git diff --git a/venn.h b/venn.h index 50d49d1..db26b27 100644 --- a/venn.h +++ b/venn.h @@ -19,7 +19,7 @@ class Venn { public: - Venn(string, bool, string, int); + Venn(string, bool, string, int, bool); ~Venn(){}; vector getPic(SAbundVector*, vector); @@ -30,7 +30,7 @@ private: string groupComb, outputDir, inputfile; ofstream outsvg; MothurOut* m; - bool nseqs; + bool nseqs, sharedOtus; int fontSize; };