Skip to content

Commit 9dc9cb1

Browse files
committed
correct docs
1 parent 17927c0 commit 9dc9cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/branchswitching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ F(x, p) = [x[1] * (p.μ - x[1])]
3131
par = (μ = -0.2, )
3232
3333
# problem (automatic differentiation)
34-
prob = BifurcationProblem(F, [0.1], par, (@optic _.μ); record_from_solution = (x, p) -> x[1])
34+
prob = BifurcationProblem(F, [0.1], par, (@optic _.μ); record_from_solution = (x, p; k...) -> x[1])
3535
3636
# compute branch of trivial equilibria (=0) and detect a bifurcation point
3737
opts_br = ContinuationPar(dsmax = 0.05, ds = 0.01, detect_bifurcation = 3, nev = 2)

0 commit comments

Comments
 (0)