Skip to content

Commit

Permalink
Remove annotation as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed May 17, 2018
1 parent 520299d commit 364afe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/evaluate.jl
Expand Up @@ -264,8 +264,7 @@ function evaluate(a::TaylorN{T}, vals::NTuple{N,S}) where
return sum( sort!(suma, by=abs2) )
end

evaluate(a::TaylorN{T}, vals::AbstractArray{S,1}) where
{T<:Number, S<:NumberNotSeries} = evaluate(a, (vals...,))
evaluate(a::TaylorN, vals) = evaluate(a, (vals...,))

evaluate(a::TaylorN, v, vals...) = evaluate(a, (v, vals...,))

Expand Down

0 comments on commit 364afe0

Please sign in to comment.