File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name = " ModelingToolkit"
22uuid = " 961ee093-0014-501f-94e3-6117800e7a78"
33authors = [" Yingbo Ma <mayingbo5@gmail.com>" , " Chris Rackauckas <accounts@chrisrackauckas.com> and contributors" ]
4- version = " 8.72.0 "
4+ version = " 8.72.1 "
55
66[deps ]
77AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ along with the state variable. Note that this has to be requested explicitly
154154like as follows:
155155
156156``` @example ode2
157- prob = ODEProblem(fol_simplified ,
158- [fol_simplified .x => 0.0],
157+ prob = ODEProblem(fol ,
158+ [fol .x => 0.0],
159159 (0.0, 10.0),
160- [fol_simplified .τ => 3.0])
160+ [fol .τ => 3.0])
161161sol = solve(prob)
162- plot(sol, vars = [fol_simplified .x, fol_simplified .RHS])
162+ plot(sol, vars = [fol .x, fol .RHS])
163163```
164164
165165## Named Indexing of Solutions
You can’t perform that action at this time.
0 commit comments