X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=groupmap.h;fp=groupmap.h;h=d0e43c5b16a8989786146ec2026b18bbd86c8121;hp=8a1cfff6f660e0042f8a44784e8abff7864c5c2e;hb=8c616f2509abd2fb9485a38607c1b439d243b85c;hpb=7bf581f8c46b08eb3bb40715dac94695edee4a67 diff --git a/groupmap.h b/groupmap.h index 8a1cfff..d0e43c5 100644 --- a/groupmap.h +++ b/groupmap.h @@ -21,6 +21,7 @@ public: GroupMap(string); ~GroupMap(); int readMap(); + int readDesignMap(); int getNumGroups(); bool isValidGroup(string); //return true if string is a valid group string getGroup(string);