]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedutilities.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / sharedutilities.cpp
index d2a43eabb6ee5f832ddba748474ce2ba0b1f16a1..15f16a6f1942921ca41098dd502750d68c75ce3e 100644 (file)
@@ -305,7 +305,7 @@ bool SharedUtil::isValidGroup(string groupname, vector<string> groups) {
        }
 }
 
-/**************************************************************************************/
+/**************************************************************************************
 void SharedUtil::updateGroupIndex(vector<string>& userGroups, map<string, int>& index) {
        try {
                index.clear();
@@ -318,3 +318,6 @@ void SharedUtil::updateGroupIndex(vector<string>& userGroups, map<string, int>&
                exit(1);
        }
 }
+/**************************************************************************************/
+
+