Skip to content

Commit add7059

Browse files
committed
make Observable definition comply with new record_from_solution definition
1 parent 024e66c commit add7059

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
@@ -59,7 +59,7 @@ struct ObservableRecordFromSolution{S, T}
5959
end
6060
end
6161
# Functor function that computes the value.
62-
function (orfs::ObservableRecordFromSolution)(x, p)
62+
function (orfs::ObservableRecordFromSolution)(x, p; k...)
6363
# Updates the state values (in subs_vals).
6464
for state_idx in 1:(orfs.state_end_idxs)
6565
orfs.subs_vals[state_idx] = orfs.subs_vals[state_idx][1] => x[state_idx]

0 commit comments

Comments
 (0)