There was an error while loading. Please reload this page.
2 parents 493eeda + 8c7b775 commit 4fadfcaCopy full SHA for 4fadfca
1 file changed
include/seqan/blast/blast_base.h
@@ -184,7 +184,7 @@ struct BlastProgramSelector<BlastProgram::DYNAMIC>
184
constexpr bool
185
qHasRevComp(BlastProgram const p)
186
{
187
- return (!(p==BlastProgram::BLASTP) || (p==BlastProgram::TBLASTN));
+ return ((p!=BlastProgram::BLASTP) && (p!=BlastProgram::TBLASTN));
188
}
189
190
// ----------------------------------------------------------------------------
0 commit comments