From bbf90b58a19eb047a7f15ec600db62534b74182c Mon Sep 17 00:00:00 2001 From: pschloss Date: Thu, 9 Jun 2011 19:47:48 +0000 Subject: [PATCH] trim.flows mod --- trimflowscommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trimflowscommand.cpp b/trimflowscommand.cpp index bcf996b..77377a4 100644 --- a/trimflowscommand.cpp +++ b/trimflowscommand.cpp @@ -612,7 +612,7 @@ int TrimFlowsCommand::stripBarcode(Sequence& seq, int& group){ if (barcodes.size() > 0) { map::iterator it=barcodes.begin(); - for(it;it!=barcodes.end();it++){ + for(map::iterator it=barcodes.begin();it!=barcodes.end();it++){ if(it->first.length() > maxLength){ maxLength = it->first.length(); } -- 2.39.2