Skip to content

Commit

Permalink
r540: removed a buggy debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Oct 29, 2017
1 parent 192217a commit 285eb0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ksw2_exts2_sse.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ void ksw_exts2_sse(void *km, int qlen, const uint8_t *query, int tlen, const uin
if ((flag & KSW_EZ_SPLICE_REV) && target[t+1] == 1 && target[t+2] == 3) can_type = 1; // CTr...
if (can_type && (target[t+3] == 0 || target[t+3] == 2)) can_type = 2;
if (can_type) ((int8_t*)donor)[t] = can_type == 2? 0 : semi_cost;
if (can_type) ((int8_t*)donor)[t] = 0;
}
memset(acceptor, -noncan, tlen_ * 16);
for (t = 2; t < tlen; ++t) {
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "mmpriv.h"
#include "getopt.h"

#define MM_VERSION "2.3-r539-dirty"
#define MM_VERSION "2.3-r540-dirty"

#ifdef __linux__
#include <sys/resource.h>
Expand Down

0 comments on commit 285eb0d

Please sign in to comment.