Skip to content

Commit

Permalink
int64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Oct 22, 2024
1 parent 8b10e5e commit 60c63d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools21cm/ViteBetti_cython.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from cython cimport bint

def CubeMap(np.ndarray[np.int64_t, ndim=3] arr, bint multi_marker=True):
cdef int nx, ny, nz, Nx, Ny, Nz, i, j, k
cdef np.ndarray[np.int_t, ndim=3] cubemap
cdef np.ndarray[np.int64_t, ndim=3] cubemap
cdef tuple markers

nx = <int> np.PyArray_DIM(arr, 0)
Expand Down

0 comments on commit 60c63d1

Please sign in to comment.