Skip to content

Commit b68bcb3

Browse files
committed
Stop type piracy
1 parent c0223d0 commit b68bcb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/fftshift_alternatives.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ function _ifftshift!(dst::AbstractArray{T, N}, src::AbstractArray{T, N},
3131
end
3232

3333

34-
# add constructor here, might be merged to ShiftedArrays
35-
# this prevents that CircShiftedArrays get nested with twice application
36-
# https://github.com/JuliaArrays/ShiftedArrays.jl/pull/44
37-
function ShiftedArrays.CircShiftedArray(csa::CircShiftedArray, n = Tuple(0 for i in 1:N))
38-
CircShiftedArray(parent(csa), n .+ csa.shifts)
39-
end
4034

4135
"""
4236
fftshift_view(A [, dims])

0 commit comments

Comments
 (0)