From ec43347d04dbb2a7d9d9ecfb5fc556e21ad8c2bc Mon Sep 17 00:00:00 2001 From: westcott Date: Thu, 19 Feb 2009 13:51:33 +0000 Subject: [PATCH] fixed linking error in collect, collectshared, and errorcheckor --- collectcommand.cpp | 1 - collectsharedcommand.cpp | 1 - errorchecking.cpp | 2 -- 3 files changed, 4 deletions(-) diff --git a/collectcommand.cpp b/collectcommand.cpp index c716732..95a79d5 100644 --- a/collectcommand.cpp +++ b/collectcommand.cpp @@ -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;ilabels.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;iclearAbund(); - return errorFree; } -- 2.39.2