X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=fe6d4ddf8699e03eab527033f763692288b44072;hb=f598bd8389840cf030d61f5da7d0b2c3e37c06ba;hp=58140ab3554a0e406c041cf483e15953b453a7be;hpb=9e7ab1ea64bb83492c7dd921abd7dd897abd7544;p=mothur.git diff --git a/seqerrorcommand.cpp b/seqerrorcommand.cpp index 58140ab..fe6d4dd 100644 --- a/seqerrorcommand.cpp +++ b/seqerrorcommand.cpp @@ -355,9 +355,7 @@ int SeqErrorCommand::execute(){ } queryFile.close(); - - int total = 0; - + if(qualFileName != "" && reportFileName != ""){ string errorQualityFileName = queryFileName.substr(0,queryFileName.find_last_of('.')) + ".error.quality"; ofstream errorQualityFile;