From f6e4ea274dfa855b469a2f6559e05683e54277a2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Apr 2014 14:46:30 -0700 Subject: [PATCH] fix syntax error --- deconvolutecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 94d01b5..bbfa8b6 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -314,7 +314,7 @@ int DeconvoluteCommand::execute() { outNames << primary_seqname(it->second.second) << '\t' << it->second.second << endl; } else { //get rep name - ct.printSeq(outNames,primary_seqname(it->second.second); + ct.printSeq(outNames,primary_seqname(it->second.second)); } } outNames.close(); -- 2.39.5