Skip to content

Commit

Permalink
fix #24532 (FFTW deprecation) (#24540)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and ararslan committed Nov 10, 2017
1 parent d77d2b1 commit 2e4ef81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@ module DFT
@eval Base.@deprecate_moved $f "FFTW"
end
end
Base.deprecate(DFT, :FFTW, 2)
export FFTW
end
using .DFT
Expand All @@ -1331,6 +1332,7 @@ module DSP
@eval Base.@deprecate_moved $f "DSP"
end
end
deprecate(Base, :DSP, 2)
using .DSP
export conv, conv2, deconv, filt, filt!, xcorr

Expand Down

0 comments on commit 2e4ef81

Please sign in to comment.