]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedutilities.cpp
fixing minor bugs
[mothur.git] / sharedutilities.cpp
index fd0595de079b588a53e5b11c23d89c5a56687d78..de627c643c9ff277854a1d8b8ffcb595004d0a85 100644 (file)
@@ -66,7 +66,6 @@ void SharedUtil::getSharedVectorswithReplacement(vector<string> Groups, vector<S
                for (int j = 0; j < lookup.size(); j++) {
                        delete lookup[j];
                }
-               
                lookup.clear();
                
                //create and initialize vector of sharedvectors, one for each group
@@ -211,6 +210,7 @@ void SharedUtil::setGroups(vector<string>& userGroups, vector<string>& allGroups
        try {
                numGroups = 0;
                label = "";
+
                //if the user has not entered specific groups to analyze then do them all
                if (userGroups.size() != 0) {
                        if (userGroups[0] != "all") {