X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venn.h;h=33935e6a2c9496fd984b8328cf33326dbeb23fa1;hb=61798fe609675abfedf511e542cc48c56a531199;hp=d3a3f05b841e768554746b14fa087d0baef28bfe;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/venn.h b/venn.h index d3a3f05..33935e6 100644 --- a/venn.h +++ b/venn.h @@ -20,7 +20,7 @@ class Venn { public: - Venn(string); + Venn(string, bool); ~Venn(){}; vector getPic(SAbundVector*, vector); @@ -32,6 +32,7 @@ private: string groupComb, outputDir; ofstream outsvg; MothurOut* m; + bool nseqs; }; /***********************************************************************/