Skip to content

Commit 486ce50

Browse files
authored
Import more things from Base on older Julia (#7)
1 parent f2ff7d2 commit 486ce50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AbstractFFTs.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ if VERSION < v"0.7.0-DEV.986"
99
rfft, irfft, brfft, plan_rfft, plan_irfft, plan_brfft,
1010
fftshift, ifftshift
1111
if VERSION < v"0.7.0-DEV.602"
12-
import Base.DFT: Plan, plan_inv
12+
import Base.DFT: Plan, ScaledPlan, plan_inv, pinv_type, normalization,
13+
rfft_output_size, brfft_output_size, realfloat, complexfloat
1314
end
1415
end
1516
# Reexport the Base bindings unchanged for versions before FFTW was removed, or export the

0 commit comments

Comments
 (0)