Skip to content

Commit 1e3618d

Browse files
Update bifurcationkit.jl
1 parent 8273520 commit 1e3618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/bifurcationkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let
3636
bprob_BK = BifurcationProblem(f_BK,
3737
[1.0, 1.0],
3838
[-1.0, 1.0],
39-
(@lens _[1]);
39+
(BifurcationKit.@optic _[1]);
4040
record_from_solution = (x, p) -> x[1])
4141
bif_dia_BK = bifurcationdiagram(bprob_BK,
4242
PALC(),

0 commit comments

Comments
 (0)