]> git.donarmstrong.com Git - mothur.git/blobdiff - getlistcountcommand.h
fixed problem with class.fy.seqs where group totals did not add up. added constructo...
[mothur.git] / getlistcountcommand.h
index 468ea80ca20308115782bfdf757e8cbd276fe5c9..196d245002498043dd8a32d11de45c5e1eb7c0cb 100644 (file)
@@ -34,8 +34,9 @@ private:
        
        bool abort, allLines;
        set<string> labels; //holds labels to be used
-       string label, listfile;
+       string label, listfile, outputDir;
        ofstream out;
+       vector<string> outputNames;
        
        void process(ListVector*);
 };