Skip to content

Commit

Permalink
Update src/dspbase.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dehann Fourie <6412556+dehann@users.noreply.github.com>
  • Loading branch information
MikaelSlevinsky and dehann committed Aug 6, 2022
1 parent b531fa2 commit 6fb7c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dspbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ function _conv(u, v, su, sv)
end

# We use this type definition for clarity
const AbstractFloats = Union{AbstractFloat,Complex{T} where T<:AbstractFloat}
const AbstractFloats = Union{<:AbstractFloat,Complex{T} where T<:AbstractFloat}

# May switch argument order
"""
Expand Down

0 comments on commit 6fb7c5d

Please sign in to comment.