Skip to content

Commit

Permalink
Merge pull request #161 from jonniediegelman/fix-FunctionCallingCallb…
Browse files Browse the repository at this point in the history
…ack-docstring

Fix FunctionCallingCallback docstring
  • Loading branch information
ChrisRackauckas authored Aug 29, 2023
2 parents 4be6436 + 1d2390a commit 840ec2a
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 @@ -74,7 +74,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 840ec2a

Please sign in to comment.