Skip to content

Commit

Permalink
hotfix tgrad
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Mar 20, 2020
1 parent f0a4119 commit 738a320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModelingToolkit"
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "1.3.0"
version = "1.3.1"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
2 changes: 1 addition & 1 deletion src/systems/diffeqs/diffeqsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function DiffEqBase.ODEFunction{iip}(sys::ODESystem, dvs = sys.dvs, ps = sys.ps;
end

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

0 comments on commit 738a320

Please sign in to comment.