We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0771c commit 58c1b31Copy full SHA for 58c1b31
1 file changed
docs/src/Analysis.md
@@ -60,7 +60,7 @@ species for reactions this is the index of the reaction.
60
61
The function `rates` can be used to calculate the rates of all reactions at specific time points.
62
`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`.
+while `rates(bsol;ts=ts)` will give a matrix of reaction rates at all times in `ts`.
64
Note that `ts` defaults to `bsol.sol.t`.
65
66
### Adjoint Sensitivities
0 commit comments