X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kaln.h;h=b25dccb32a978ff50659685e84b62f1ed442dffb;hb=168ad095c3483f195ae3e404b3cd1fe949681909;hp=74da142e5f7fa2b005b1b6c3318c923f92531c0c;hpb=9e59c3bca7bf72427f3d5934ba56c3fe1cbd8285;p=samtools.git diff --git a/kaln.h b/kaln.h index 74da142..b25dccb 100644 --- a/kaln.h +++ b/kaln.h @@ -41,17 +41,12 @@ typedef struct { int band_width; } ka_param_t; -typedef struct { - float d, e; - int bw; -} ka_probpar_t; - #ifdef __cplusplus extern "C" { #endif - uint32_t *ka_global_core(uint8_t *seq1, int len1, uint8_t *seq2, int len2, const ka_param_t *ap, int *_score, int *n_cigar); - + uint32_t *ka_global_core(uint8_t *seq1, int len1, uint8_t *seq2, int len2, const ka_param_t *ap, + int *_score, int *n_cigar); #ifdef __cplusplus } #endif