Skip to content

Commit a998c9c

Browse files
committed
Remove leftover Copy2DArrayF64
1 parent f3603b2 commit a998c9c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

yt/geometry/oct_visitors.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ cdef class CopyArrayF64(OctVisitor):
102102
cdef np.float64_t[:,:,:,:,:] source
103103
cdef np.float64_t[:,:] dest
104104

105-
cdef class Copy2DArrayF64(OctVisitor):
106-
cdef np.float64_t[:,:,:,:,:,:] source
107-
cdef np.float64_t[:,:,:] dest
108105

109106
cdef class CopyFileIndArrayI8(OctVisitor):
110107
cdef np.int64_t root

0 commit comments

Comments
 (0)