Skip to content

Commit 7b2c35d

Browse files
committed
fix multiline comments
1 parent 30ca6d8 commit 7b2c35d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/maketype.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,17 @@ components.
199199
Keyword arguments:
200200
201201
* `build_jumps`: if true jump rates and affects will be calculated for use in
202-
DiffEqJump SSAs.
202+
DiffEqJump SSAs.
203203
204204
* `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.
207207
208208
* `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.)
213213
"""
214214
function addjumps!(rn::DiffEqBase.AbstractReactionNetwork;
215215
build_jumps=true,

0 commit comments

Comments
 (0)