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