Skip to content

Commit

Permalink
Merge 6433905 into 86d588c
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Aug 4, 2018
2 parents 86d588c + 6433905 commit 910cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.jl
Expand Up @@ -350,7 +350,7 @@ evaluate(a::TaylorN{T}, vals::Array{TaylorN{S},1}) where

function evaluate(a::TaylorN{T}, s::Symbol, val::S) where
{T<:Number, S<:NumberNotSeriesN}
vars = get_variables()
vars = get_variables(T)
ind = lookupvar(s)
vars[ind] = val
evaluate(a, vars)
Expand Down

0 comments on commit 910cee3

Please sign in to comment.