Skip to content

Commit

Permalink
Merge 4936355 into a4c76c7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 2, 2020
2 parents a4c76c7 + 4936355 commit 07abbc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/systems/diffeqs/diffeqsystem.jl
Expand Up @@ -247,7 +247,8 @@ function DiffEqBase.ODEFunction{iip}(sys::ODESystem, dvs = sys.dvs, ps = sys.ps;

ODEFunction{iip}(f,jac=_jac,
Wfact = _Wfact,
Wfact_t = _Wfact_t)
Wfact_t = _Wfact_t,
syms = string.(sys.dvs))
end

function DiffEqBase.ODEFunction(sys::ODESystem, args...; kwargs...)
Expand Down

0 comments on commit 07abbc7

Please sign in to comment.