Skip to content

Commit

Permalink
Import more things from Base on older Julia (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored Jul 19, 2017
1 parent f2ff7d2 commit 486ce50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AbstractFFTs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if VERSION < v"0.7.0-DEV.986"
rfft, irfft, brfft, plan_rfft, plan_irfft, plan_brfft,
fftshift, ifftshift
if VERSION < v"0.7.0-DEV.602"
import Base.DFT: Plan, plan_inv
import Base.DFT: Plan, ScaledPlan, plan_inv, pinv_type, normalization,
rfft_output_size, brfft_output_size, realfloat, complexfloat
end
end
# Reexport the Base bindings unchanged for versions before FFTW was removed, or export the
Expand Down

0 comments on commit 486ce50

Please sign in to comment.