X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=aligncommand.cpp;h=db4e34aa69fcb04be1b3d15a39ed7013c6a2086a;hp=b6a2c0bcd46b7bfeaf48ad548dea6dec5ca3a823;hb=0983603e15dcb69eb01934685d55408156d3b85f;hpb=01c5edc2e2fc3691fb01005444419e2077ed3562 diff --git a/aligncommand.cpp b/aligncommand.cpp index b6a2c0b..db4e34a 100644 --- a/aligncommand.cpp +++ b/aligncommand.cpp @@ -279,7 +279,7 @@ void AlignCommand::help(){ int AlignCommand::execute(){ try { - if (abort == true) { return 0; } + if (abort == true) { return 0; } templateDB = new AlignmentDB(templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch); int longestBase = templateDB->getLongestBase();