Skip to content

Commit d8028aa

Browse files
committed
up
1 parent 44d539b commit d8028aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variables
2828
```@example faq1
2929
u0 = [rn.A => 1.0, rn.B => 2.0, rn.C => 0.0]
3030
ps = [rn.k₊ => 1.0, rn.k₋ => 1.0]
31-
oprob = ODEProblem(osys, [], (0.0, 10.0), [])
31+
oprob = ODEProblem(osys, u0, (0.0, 10.0), ps)
3232
sol = solve(oprob, Tsit5())
3333
```
3434
Suppose we want to plot just species `C`, without having to know its integer

0 commit comments

Comments
 (0)