Skip to content

Commit

Permalink
Fix #81
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 31, 2019
1 parent f19f8ae commit f797dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/basics/integrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ of the differential equation. Useful fields are:
* `sol` - the current state of the solution
* `tprev` - the last timepoint
* `uprev` - the value at the last timepoint
* `tdir` - the sign for the direction of time

The `p` is the data which is provided by the user as a keyword arg in
`init`. `opts` holds all of the common solver options, and can be mutated to
Expand Down

0 comments on commit f797dfa

Please sign in to comment.