Skip to content

Commit

Permalink
Update R/diffeqr.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Mar 17, 2024
1 parent 216116a commit e1bca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/diffeqr.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jitoptimize_ode <- function (de,prob){
mtk <- julia_pkg_import("ModelingToolkit",functions)

odesys = mtk$modelingtoolkitize(prob)
odesys = mtk$structural_simplify(odesys)
odesys = mtk$complete(odesys)

JuliaCall::julia_assign("odesys", odesys)
jul_f = JuliaCall::julia_eval("jitf = ODEFunction(odesys,jac=true)")
Expand Down

0 comments on commit e1bca91

Please sign in to comment.