We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c362a88 commit 7a8da55Copy full SHA for 7a8da55
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "MATLABDiffEq"
2
uuid = "e2752cbe-bcf4-5895-8727-84ebc14a76bd"
3
-version = "0.2.0"
+version = "0.3.0"
4
5
[deps]
6
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11
[compat]
12
DiffEqBase = "6.5"
13
MATLAB = "0.7"
14
-ModelingToolkit = "1.4.2"
+ModelingToolkit = "1.4.2,2"
15
Reexport = "0.2"
16
julia = "1"
17
src/MATLABDiffEq.jl
@@ -41,7 +41,7 @@ function DiffEqBase.__solve(
41
42
sys = first(modelingtoolkitize(prob))
43
44
- matstr = ModelingToolkit.build_function(sys.eqs,sys.dvs,
+ matstr = ModelingToolkit.build_function(sys.eqs,sys.states,
45
sys.ps,sys.iv,
46
target = ModelingToolkit.MATLABTarget())
47
0 commit comments