Skip to content

Commit 58c1b31

Browse files
authored
ts is keyword variable in rates
1 parent cd0771c commit 58c1b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/Analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ species for reactions this is the index of the reaction.
6060

6161
The function `rates` can be used to calculate the rates of all reactions at specific time points.
6262
`rates(bsol,t)` will give the array of reaction rates at time `t`
63-
while `rates(bsol;ts)` will give a matrix of reaction rates at all times in `ts`.
63+
while `rates(bsol;ts=ts)` will give a matrix of reaction rates at all times in `ts`.
6464
Note that `ts` defaults to `bsol.sol.t`.
6565

6666
### Adjoint Sensitivities

0 commit comments

Comments
 (0)