X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=groupmap.h;h=d6984952188de368c765bf2997198f1fefb8bce5;hp=29c174134eee5689e5210775dbde2f220010d551;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=16abd6271c455bd01b34ff89a2e3641bef0fa128 diff --git a/groupmap.h b/groupmap.h index 29c1741..d698495 100644 --- a/groupmap.h +++ b/groupmap.h @@ -17,11 +17,13 @@ class GroupMap { public: - GroupMap() {}; + GroupMap() { m = MothurOut::getInstance(); } GroupMap(string); ~GroupMap(); int readMap(); + int readMap(string); int readDesignMap(); + int readDesignMap(string); int getNumGroups(); bool isValidGroup(string); //return true if string is a valid group string getGroup(string);