Skip to content

Commit 2d04fe4

Browse files
committed
up
1 parent bda91b5 commit 2d04fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/ode_simulation_performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generally, ODE problems can be categorised into [*stiff ODEs* and *non-stiff ODE
1515

1616
Here we simulate the (stiff) [Brusselator](@ref basic_CRN_library_brusselator) model using the `Tsit5` solver (which is designed for non-stiff ODEs):
1717
```@example ode_simulation_performance_1
18-
using Catalyst, OrdinaryDiffEq, Plots
18+
using Catalyst, OrdinaryDiffEqTsit5, Plots
1919
2020
brusselator = @reaction_network begin
2121
A, ∅ --> X

0 commit comments

Comments
 (0)