Skip to content

Commit b7ab44f

Browse files
committed
format up
1 parent 446bb8c commit b7ab44f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ext/MTKBifurcationKitExt.jl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ struct ObservableRecordFromSolution{S, T}
2424
subs_vals::T
2525

2626
function ObservableRecordFromSolution(nsys::NonlinearSystem,
27-
plot_var,
28-
bif_idx,
29-
u0_vals,
30-
p_vals) where {S, T}
27+
plot_var,
28+
bif_idx,
29+
u0_vals,
30+
p_vals) where {S, T}
3131
obs_eqs = observed(nsys)
3232
target_obs_idx = findfirst(isequal(plot_var, eq.lhs) for eq in observed(nsys))
3333
state_end_idxs = length(states(nsys))
@@ -80,14 +80,14 @@ end
8080

8181
# When input is a NonlinearSystem.
8282
function BifurcationKit.BifurcationProblem(nsys::NonlinearSystem,
83-
u0_bif,
84-
ps,
85-
bif_par,
86-
args...;
87-
plot_var = nothing,
88-
record_from_solution = BifurcationKit.record_sol_default,
89-
jac = true,
90-
kwargs...)
83+
u0_bif,
84+
ps,
85+
bif_par,
86+
args...;
87+
plot_var = nothing,
88+
record_from_solution = BifurcationKit.record_sol_default,
89+
jac = true,
90+
kwargs...)
9191
# Creates F and J functions.
9292
ofun = NonlinearFunction(nsys; jac = jac)
9393
F = ofun.f

0 commit comments

Comments
 (0)