Fixed a C function declaration

This commit is contained in:
Celine Mercier
2017-02-07 17:12:56 +01:00
parent e50da64ea1
commit 7e9932f488

View File

@ -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,