Skip to content

Commit

Permalink
Fix error in 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Jun 2, 2018
1 parent 5ce86c1 commit 212baef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions REQUIRE
@@ -1,2 +1,3 @@
julia 0.6-
Reexport 0.0.3
DSP 0.3.4
3 changes: 3 additions & 0 deletions src/mod/Util.jl
Expand Up @@ -26,6 +26,9 @@ export dyadicdetailindex,
makewavelet,
testfunction

if VERSION >= v"0.7.0-DEV.986"
using DSP: conv
end

# WAVELET INDEXING AND SIZES

Expand Down

0 comments on commit 212baef

Please sign in to comment.