Skip to content

Commit 616c0cd

Browse files
committed
Remove uneccessary type T
1 parent eb7fc5f commit 616c0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end
7878
7979
Does a resampling based on `rfft`. This function is called by `resampling`.
8080
"""
81-
function resample_by_RFFT(mat, new_size) where {T}
81+
function resample_by_RFFT(mat, new_size)
8282
old_size=size(mat)
8383
rf = rffts(mat)
8484
irffts(select_region_rft(rf,old_size,new_size), new_size[1])

0 commit comments

Comments
 (0)