Skip to content

Commit

Permalink
Temporarily bump the FFTW importing check on VERSION to >=1.0.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored Jun 15, 2017
1 parent 3b9aad8 commit cfc3471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DSP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ macro importffts()
quote
using AbstractFFTs, FFTW
importall AbstractFFTs, FFTW
if VERSION >= v"0.7.0-DEV.585"
if VERSION >= v"1.0.0" # TODO: Lower this back to 0.7.0-DEV.xxx once Base PR #21956 is merged
import AbstractFFTs: fftshift, ifftshift
import FFTW: plan_fft, plan_fft!, plan_rfft, plan_brfft, plan_irfft, plan_bfft, plan_bfft!,
fft, fft!, ifft, ifft!, irfft, bfft, bfft!
Expand Down

0 comments on commit cfc3471

Please sign in to comment.