Skip to content

Commit bfa7615

Browse files
authored
Update multi_modular.pxd
details in one pxd file
1 parent 5f89767 commit bfa7615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/arith/multi_modular.pxd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ from sage.ext.mod_int cimport *
22
from sage.libs.gmp.types cimport mpz_t
33

44
cdef class MultiModularBasis_base():
5-
cdef int n
5+
cdef int n
66
cdef mod_int* moduli
77
cdef mpz_t* partial_products
8-
cdef mod_int* C # precomputed values for CRT
9-
cdef mpz_t product
10-
cdef mpz_t half_product
8+
cdef mod_int* C # precomputed values for CRT
9+
cdef mpz_t product
10+
cdef mpz_t half_product
1111
cdef unsigned long _l_bound
1212
cdef unsigned long _u_bound
1313
cdef unsigned long _num_primes

0 commit comments

Comments
 (0)