We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91eabc7 commit d48dc57Copy full SHA for d48dc57
ext/MTKBifurcationKitExt.jl
@@ -59,7 +59,7 @@ struct ObservableRecordFromSolution{S, T}
59
end
60
61
# Functor function that computes the value.
62
-function (orfs::ObservableRecordFromSolution)(x, p)
+function (orfs::ObservableRecordFromSolution)(x, p; k...)
63
# Updates the state values (in subs_vals).
64
for state_idx in 1:(orfs.state_end_idxs)
65
orfs.subs_vals[state_idx] = orfs.subs_vals[state_idx][1] => x[state_idx]
0 commit comments