X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.h;h=a99ad119db44c2fd3bb6f78b696fc2d9ddf170af;hb=a218321731df14d231bbc08e79906f757cf1540d;hp=fd6c14605065ea3fd1f12613d89b6bca9a1e0861;hpb=9354b70bb84f6dd52ff4a1955754bcbf7edeedbf;p=mothur.git diff --git a/groupmap.h b/groupmap.h index fd6c146..a99ad11 100644 --- a/groupmap.h +++ b/groupmap.h @@ -19,7 +19,7 @@ public: GroupMap() {}; GroupMap(string); ~GroupMap(); - void readMap(); + int readMap(); int getNumGroups(); bool isValidGroup(string); //return true if string is a valid group string getGroup(string);