Fixed a C function declaration
This commit is contained in:
@ -18,7 +18,8 @@ cdef extern from "obi_align.h" nogil:
|
|||||||
double threshold,
|
double threshold,
|
||||||
bint normalize,
|
bint normalize,
|
||||||
int reference,
|
int reference,
|
||||||
bint similarity_mode)
|
bint similarity_mode,
|
||||||
|
int thread_count)
|
||||||
|
|
||||||
|
|
||||||
int obi_lcs_align_two_columns(OBIDMS_p dms,
|
int obi_lcs_align_two_columns(OBIDMS_p dms,
|
||||||
|
Reference in New Issue
Block a user