File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -199,17 +199,17 @@ components.
199
199
Keyword arguments:
200
200
201
201
* `build_jumps`: if true jump rates and affects will be calculated for use in
202
- DiffEqJump SSAs.
202
+ DiffEqJump SSAs.
203
203
204
204
* `build_regular_jumps`: if true a `RegularJump` representation of the
205
- stochastic chemical kinetics model will be calculated for use in τ-leaping
206
- methods.
205
+ stochastic chemical kinetics model will be calculated for use in τ-leaping
206
+ methods.
207
207
208
208
* `minimal_jumps`: if true `ConstantRate` jumps are only constructed for
209
- non-mass action jumps. (Note, mass action jumps are still resolved within any
210
- jump simulation. This option simply speeds up the construction of the jump
211
- problem since it avoids building redundant `ConstantRate` jumps that encode
212
- `MassActionJump`s, which are subsequently ignored within jump simulations.)
209
+ non-mass action jumps. (Note, mass action jumps are still resolved within any
210
+ jump simulation. This option simply speeds up the construction of the jump
211
+ problem since it avoids building redundant `ConstantRate` jumps that encode
212
+ `MassActionJump`s, which are subsequently ignored within jump simulations.)
213
213
"""
214
214
function addjumps! (rn:: DiffEqBase.AbstractReactionNetwork ;
215
215
build_jumps= true ,
You can’t perform that action at this time.
0 commit comments