Skip to content

Commit 738a320

Browse files
hotfix tgrad
1 parent f0a4119 commit 738a320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkit"
22
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

src/systems/diffeqs/diffeqsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function DiffEqBase.ODEFunction{iip}(sys::ODESystem, dvs = sys.dvs, ps = sys.ps;
276276
end
277277

278278
ODEFunction{iip}(f,jac=_jac,
279-
tgrad = tgrad,
279+
tgrad = _tgrad,
280280
Wfact = _Wfact,
281281
Wfact_t = _Wfact_t,
282282
syms = string.(sys.dvs))

0 commit comments

Comments
 (0)