Skip to content

Commit 1e28c4f

Browse files
committed
Fix broken path
1 parent d808e9b commit 1e28c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/flintlib/partitions.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from flint.flintlib.fmpz cimport fmpz_t
33
from flint.flintlib.arf cimport arf_t
44
from flint.flintlib.arb cimport arb_t
55

6-
cdef extern from "partitions.h":
6+
cdef extern from "flint/partitions.h":
77
# from here on is parsed
88
void partitions_rademacher_bound(arf_t b, const fmpz_t n, ulong N)
99
void partitions_hrr_sum_arb(arb_t x, const fmpz_t n, slong N0, slong N, int use_doubles)

0 commit comments

Comments
 (0)