X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collect.h;h=3f6a094e0319092f3c8151408813cd2678468d85;hb=addc715b6d7ea52440751cec10edad03e1a19b37;hp=fe78dda86f6088f7395f0b990bbed79c1d16bfa8;hpb=70ac1dc59244e259b1a972385d490d2ac7f511c0;p=mothur.git diff --git a/collect.h b/collect.h index fe78dda..3f6a094 100644 --- a/collect.h +++ b/collect.h @@ -34,8 +34,9 @@ private: vector displays; int numSeqs, numGroupComb, totalNumSeq; string label, groupLabel; - void getGroupComb(); + void getGroupComb(vector); vector groupComb; + bool validGroup(vector, string); };