updated revision number
This commit is contained in:
parent
36f2fd6238
commit
790df95e1a
|
|
@ -567,7 +567,6 @@ static void update_opt(bsw2opt_t *dst, const bsw2opt_t *src, int qlen)
|
||||||
double ll = log(qlen);
|
double ll = log(qlen);
|
||||||
int i, k;
|
int i, k;
|
||||||
*dst = *src;
|
*dst = *src;
|
||||||
dst->t = src->t;
|
|
||||||
if (dst->t < ll * dst->coef) dst->t = (int)(ll * dst->coef + .499);
|
if (dst->t < ll * dst->coef) dst->t = (int)(ll * dst->coef + .499);
|
||||||
// set band width: the query length sets a boundary on the maximum band width
|
// set band width: the query length sets a boundary on the maximum band width
|
||||||
k = (qlen * dst->a - 2 * dst->q) / (2 * dst->r + dst->a);
|
k = (qlen * dst->a - 2 * dst->q) / (2 * dst->r + dst->a);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue