Skip to content

Commit 7743de5

Browse files
authored
change wrong variable name
1 parent 090d643 commit 7743de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/highlevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ sys = modelingtoolkitize(prob)
308308
Using this, we can symbolically build the Jacobian and then rebuild the ODEProblem:
309309

310310
```julia
311-
jac = eval(ModelingToolkit.generate_jacobian(de...)[2])
311+
jac = eval(ModelingToolkit.generate_jacobian(sys...)[2])
312312
f = ODEFunction(rober, jac=jac)
313313
prob_jac = ODEProblem(f,[1.0,0.0,0.0],(0.0,1e5),(0.04,3e7,1e4))
314314
```

0 commit comments

Comments
 (0)