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 11name = " MATLABDiffEq"
22uuid = " e2752cbe-bcf4-5895-8727-84ebc14a76bd"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44
55[deps ]
66DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111[compat ]
1212DiffEqBase = " 6.5"
1313MATLAB = " 0.7"
14- ModelingToolkit = " 1.4.2"
14+ ModelingToolkit = " 1.4.2,2 "
1515Reexport = " 0.2"
1616julia = " 1"
1717
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function DiffEqBase.__solve(
4141
4242 sys = first (modelingtoolkitize (prob))
4343
44- matstr = ModelingToolkit. build_function (sys. eqs,sys. dvs ,
44+ matstr = ModelingToolkit. build_function (sys. eqs,sys. states ,
4545 sys. ps,sys. iv,
4646 target = ModelingToolkit. MATLABTarget ())
4747
You can’t perform that action at this time.
0 commit comments