X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=48b53a69d8141efbedc7373de2d770d53bace282;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=b366d28a6a84a7558cda6547497130ef0c09cbdc;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index b366d28..48b53a6 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -40,16 +40,13 @@ private: ListVector* list; GroupMap* groupMap; - InputData* input; + CountTable ct; ofstream out; - string outputDir, listfile, groupfile, label; + string outputDir, listfile, groupfile, label, countfile; set labels; bool abort, allLines; vector outputNames; - - map filehandles; - map::iterator it3; };