Skip to content

Commit 4884240

Browse files
Update faster_ode_example.md
1 parent 1077101 commit 4884240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/faster_ode_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ r0[:, :, 1] .= uss .+ 0.1 .* rand.()
663663
r0[:, :, 2] .= vss
664664
665665
prob = DE.ODEProblem(basic_version!, r0, (0.0, 0.1), p)
666-
de = complete(modelingtoolkitize(prob))
666+
de = MTK.complete(MTK.modelingtoolkitize(prob))
667667
668668
# Note jac=true,sparse=true makes it automatically build sparse Jacobian code
669669
# as well!

0 commit comments

Comments
 (0)