Skip to content

Commit

Permalink
Fix depwarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 23, 2022
1 parent e89746f commit 7870f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MATLABDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function DiffEqBase.__solve(
sys = modelingtoolkitize(prob)

matstr = ModelingToolkit.build_function(map(x->x.rhs,equations(sys)),states(sys),
parameters(sys),independent_variable(sys),
parameters(sys),independent_variables(sys)[1],
target = ModelingToolkit.MATLABTarget())

# Send the variables
Expand Down

0 comments on commit 7870f25

Please sign in to comment.