File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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))
8080
8181# When input is a NonlinearSystem.
8282function 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
You can’t perform that action at this time.
0 commit comments