From: Don Armstrong Date: Fri, 11 Apr 2014 21:46:30 +0000 (-0700) Subject: fix syntax error X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6e4ea274dfa855b469a2f6559e05683e54277a2;p=mothur.git fix syntax error --- 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();