Skip to content

Commit 557247b

Browse files
committed
Getting rid of extraneous soln
1 parent bd4d645 commit 557247b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/algos.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@enum Direction FFT_FORWARD FFT_BACKWARD
22

3-
function pow2FFT!(out::AbstractArray{T,0}, in::AbstractArray{T,1}, ::Val) where T
4-
out[] = in[1]
5-
end
6-
73
function pow2FFT!(out::AbstractVector{T}, in::AbstractVector{T}, ::Val{FFT_FORWARD}) where {T<:Complex}
84
N = length(out)
95
if N == 1

0 commit comments

Comments
 (0)