Skip to content

Commit

Permalink
duplicate cases in parasail_aligner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Daily committed Sep 26, 2017
1 parent 9b22901 commit 2c2d1f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/parasail_aligner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,6 @@ int main(int argc, char **argv) {
print_help(progname, EXIT_FAILURE);
}
break;
case 's':
SIM = atoi(optarg);
if (SIM < 0 || SIM > 100) {
print_help(progname, EXIT_FAILURE);
}
break;
case 't':
num_threads = atoi(optarg);
#ifdef _OPENMP
Expand Down

0 comments on commit 2c2d1f6

Please sign in to comment.