X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.h;h=d6984952188de368c765bf2997198f1fefb8bce5;hb=b0997605981902442138b9309e9c43d95c3ba10a;hp=29c174134eee5689e5210775dbde2f220010d551;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git 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);