Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 12, 2020
1 parent c362a88 commit 7a8da55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MATLABDiffEq"
uuid = "e2752cbe-bcf4-5895-8727-84ebc14a76bd"
version = "0.2.0"
version = "0.3.0"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
DiffEqBase = "6.5"
MATLAB = "0.7"
ModelingToolkit = "1.4.2"
ModelingToolkit = "1.4.2,2"
Reexport = "0.2"
julia = "1"

Expand Down
2 changes: 1 addition & 1 deletion src/MATLABDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function DiffEqBase.__solve(

sys = first(modelingtoolkitize(prob))

matstr = ModelingToolkit.build_function(sys.eqs,sys.dvs,
matstr = ModelingToolkit.build_function(sys.eqs,sys.states,
sys.ps,sys.iv,
target = ModelingToolkit.MATLABTarget())

Expand Down

0 comments on commit 7a8da55

Please sign in to comment.