From 8c8c6a9253ec2876f67217a8f10755b4ad7f3ec1 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 26 Apr 2020 19:21:19 -0700 Subject: fix: now properly sort arrays with inline functions --- include/libbio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libbio.h b/include/libbio.h index 3db742d..0bda4d7 100644 --- a/include/libbio.h +++ b/include/libbio.h @@ -60,4 +60,4 @@ enum }; error aln·sketch(byte *seq, int l, uint64 *phi[aln·N], int *locs[aln·N]); -error aln·sort(int len, int l, uint64 *vals); +error aln·sort(uintptr len, int l, uint64 *vals); -- cgit v1.2.1