X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistcommand.h;h=9e9e968077bc4394b6c82f60bef91b18fe19ca1b;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=9f88bc6d9ddc28b4d9b713ade80663be2b7e56e6;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/parselistcommand.h b/parselistcommand.h index 9f88bc6..9e9e968 100644 --- a/parselistcommand.h +++ b/parselistcommand.h @@ -40,10 +40,11 @@ private: InputData* input; ReadOTUFile* read; map filehandles; - map groupOfLists; + map mapOfLists; SharedListVector* list; map listGroups; //maps group name to sequences from that group in a specific OTU map::iterator it; + map::iterator it2; map::iterator it3; void parse(int, SharedListVector*); void process(SharedListVector*);