Skip to content

Commit 0437dd5

Browse files
Update test/extensions/bifurcationkit.jl
1 parent d52828e commit 0437dd5

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-
(SetField.@lens _[1]);
39+
(Setfield.@lens _[1]);
4040
record_from_solution = (x, p) -> x[1])
4141
bif_dia_BK = bifurcationdiagram(bprob_BK,
4242
PALC(),

0 commit comments

Comments
 (0)