]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.cpp
fixed linking error in collect, collectshared, and errorcheckor
[mothur.git] / collectcommand.cpp
index c716732474da857a38bee138931b4a769cca4aa1..95a79d5bc69f763688915ecb998bd47cff162f1e 100644 (file)
@@ -110,7 +110,6 @@ int CollectCommand::execute(){
                for(i = globaldata->labels.begin(); i != globaldata->labels.end(); ++i)
                        if(orderList.count(*i) == 0)
                                cout << "'" << *i << "'" << " is not a valid label.\n";
-               globaldata->clearLabels();
                for(int i=0;i<cDisplays.size();i++){    delete cDisplays[i];    }       
                return 0;
        }