Skip to content

Commit

Permalink
Fix FunctionCallingCallback docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniediegelman authored Aug 29, 2023
1 parent fde6cf2 commit 1d2390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function_caller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FunctionCallingCallback(func;
The function calling callback lets you define a function `func(u,t,integrator)`
which gets calls at the time points of interest. The constructor is:
- `func(t, u, integrator)` is the function to be called.
- `func(u, t, integrator)` is the function to be called.
- `funcat` values or interval that the function is sure to be evaluated at.
- `func_everystep` whether to call the function after each integrator step.
- `func_start` whether the function is called the initial condition.
Expand Down

0 comments on commit 1d2390a

Please sign in to comment.