Skip to content

Commit

Permalink
Extending MultiValue from Number
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed May 14, 2019
1 parent f914f6e commit 5697839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
Type representing a multi-dimensional value
"""
struct MultiValue{S,T,N,L}
struct MultiValue{S,T,N,L} <: Number
array::SArray{S,T,N,L}
end

Expand Down

0 comments on commit 5697839

Please sign in to comment.