diff --git a/CommandLines.h b/CommandLines.h index 911c498..fd403ba 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -4,7 +4,7 @@ #include #include -#define HA_VERSION "0.16.1-r373" +#define HA_VERSION "0.16.1-r374" #define VERBOSE 0 diff --git a/hic.cpp b/hic.cpp index fcfa8f8..53dc22f 100644 --- a/hic.cpp +++ b/hic.cpp @@ -14993,7 +14993,7 @@ kv_u_trans_t *ta, trans_idx* dis, int sc_weight) if(ta->a[i].nw > sw[(i*3)]) ta->a[i].nw = sw[(i*3)]; if(ta->a[i].nw > sw[(i*3)+1]) ta->a[i].nw = sw[(i*3)+1]; if(ta->a[i].nw > sw[(i*3)+2]) ta->a[i].nw = sw[(i*3)+2]; - ta->a[i].nw *= 4/**2**/; + ta->a[i].nw *= 2/**4**/; } free(sw); }