Skip to content

Commit

Permalink
* -> times
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 1, 2018
1 parent 75ca11f commit 9af9f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Multivariate/Multivariate.jl
Expand Up @@ -5,7 +5,7 @@ export grad, lap, curl

#implements coefficients/values/evaluate
space(f::MultivariateFun{T,N}) where {T,N}=mapreduce(k->space(f,k),,1:N)
domain(f::MultivariateFun{T,N}) where {T,N}=mapreduce(k->domain(f,k),*,1:N)
domain(f::MultivariateFun{T,N}) where {T,N}=mapreduce(k->domain(f,k),×,1:N)

domain(f::MultivariateFun,k::Integer)=domain(space(f,k))

Expand Down

0 comments on commit 9af9f5e

Please sign in to comment.