X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venn.h;h=db26b272045458540cfb4ab7ca2f44bd563ba4bc;hp=50d49d1b98c4c364faed44366534daf91d017b55;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc 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; };