Skip to content

Commit 7c1b41a

Browse files
committed
minor code fix
1 parent 71f8363 commit 7c1b41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/steady_state_functionality/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The previous bifurcation diagram can be computed, with these various options spe
6767
```@example ex1
6868
p_span = (2.0, 20.0)
6969
newton_options = NewtonPar(tol = 1e-9, max_iterations = 1000)
70-
opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], ds = 0.005,
70+
opts_br = ContinuationPar(; p_min = p_span[1], p_max = p_span[2], ds = 0.005,
7171
dsmin = 0.001, dsmax = 0.01, max_steps = 1000, newton_options)
7272
bif_dia = bifurcationdiagram(bprob, PALC(), 2, opts_br; bothside = true)
7373
nothing # hide

0 commit comments

Comments
 (0)