]> git.donarmstrong.com Git - mothur.git/blobdiff - groupmap.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / groupmap.h
index fd6c14605065ea3fd1f12613d89b6bca9a1e0861..a99ad119db44c2fd3bb6f78b696fc2d9ddf170af 100644 (file)
@@ -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);