]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedutilities.h
fixed bug with getting sharedrabunds for venn, heatmap and tree.shared commands,...
[mothur.git] / sharedutilities.h
index fa00933f197dee90428a62011903c1be84989c1a..75ecf232bf422d062b5ac8d06560e6ed4448612f 100644 (file)
@@ -28,10 +28,11 @@ class SharedUtil {
                void setGroups(vector<string>&, vector<string>&, string&, int&, string);  //globaldata->Groups, your tree or group map, allgroups, numGroups, mode
                void getCombos(vector<string>&, vector<string>, int&); //groupcomb, globaldata->Groups, numcomb
                void updateGroupIndex(vector<string>&, map<string, int>&); //globaldata->Groups, groupmap->groupIndex
+               bool isValidGroup(string, vector<string>);
                
        private:
        
-               bool isValidGroup(string, vector<string>);
+               
 };
 
 /**************************************************************************************************/