File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " MATLABDiffEq"
2
2
uuid = " e2752cbe-bcf4-5895-8727-84ebc14a76bd"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
5
5
[deps ]
6
6
DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11
11
[compat ]
12
12
DiffEqBase = " 6.5"
13
13
MATLAB = " 0.7"
14
- ModelingToolkit = " 1.4.2"
14
+ ModelingToolkit = " 1.4.2,2 "
15
15
Reexport = " 0.2"
16
16
julia = " 1"
17
17
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function DiffEqBase.__solve(
41
41
42
42
sys = first (modelingtoolkitize (prob))
43
43
44
- matstr = ModelingToolkit. build_function (sys. eqs,sys. dvs ,
44
+ matstr = ModelingToolkit. build_function (sys. eqs,sys. states ,
45
45
sys. ps,sys. iv,
46
46
target = ModelingToolkit. MATLABTarget ())
47
47
You can’t perform that action at this time.
0 commit comments