Skip to content

Commit b4b0173

Browse files
Merge pull request #2777 from TorkelE/BK_ext_fix_unnec_type_statement
Fix unnecessary type specification in BK extension
2 parents ea98c33 + 514dfd9 commit b4b0173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MTKBifurcationKitExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct ObservableRecordFromSolution{S, T}
2727
plot_var,
2828
bif_idx,
2929
u0_vals,
30-
p_vals) where {S, T}
30+
p_vals)
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(unknowns(nsys))

0 commit comments

Comments
 (0)