Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 15, 2018
1 parent 70e7d82 commit 939a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jacobians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function JacobianCache(
fx ,
fx1,
fdtype :: Type{T1} = Val{:central},
returntype :: Type{T2} = eltype(x),
returntype :: Type{T2} = eltype(fx),
inplace :: Type{Val{T3}} = Val{true}) where {T1,T2,T3}

if fdtype==Val{:complex}
Expand Down

0 comments on commit 939a75f

Please sign in to comment.