Skip to content

Commit 31c3eac

Browse files
author
Gaurav Arya
committed
revert complexfloat plans (should be separate PR)
1 parent 20482ee commit 31c3eac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/definitions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,9 @@ for f in (:brfft, :irfft)
303303
end
304304

305305
for f in (:brfft, :irfft)
306-
pf = Symbol("plan_", f)
307306
@eval begin
308307
$f(x::AbstractArray{<:Real}, d::Integer, region=1:ndims(x)) = $f(complexfloat(x), d, region)
309-
$pf(x::AbstractArray{<:Real}, d::Integer, region; kws...) = $pf(complexfloat(x), d, region; kws...)
310308
$f(x::AbstractArray{<:Complex{<:Union{Integer,Rational}}}, d::Integer, region=1:ndims(x)) = $f(complexfloat(x), d, region)
311-
$pf(x::AbstractArray{<:Complex{<:Union{Integer,Rational}}}, d::Integer, region; kws...) = $pf(complexfloat(x), d, region; kws...)
312309
end
313310
end
314311

0 commit comments

Comments
 (0)