Skip to content

Commit

Permalink
Merge pull request #454 from isaacsas/regular_jump_expansion
Browse files Browse the repository at this point in the history
tweak RegularJump doc string
  • Loading branch information
isaacsas authored Sep 6, 2024
2 parents c9c8f0a + 49a1f7d commit 64e96a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jumps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ end
"""
$(TYPEDEF)
Representation for encoding rates and multiple simultaneous jumps via τ-leaping type
Representation for encoding rates and multiple simultaneous jumps for use in τ-leaping type
methods.
### Constructors
Expand Down Expand Up @@ -228,12 +228,12 @@ rj = RegularJump(rate!, c, 2)
struct RegularJump{iip, R, C, MD}
"""
Function `rate!(rate_vals, u, p, t)` that returns the current rates, i.e.
intensities or propensities, for all possible jumps.
intensities or propensities, for all possible jumps in `rate_vals`.
"""
rate::R
"""
Function `c(du, u, p, t, counts, mark)` that executes the `i`th jump `counts[i]` times,
saving the output in `c[i]`.
saving the output in `du[i]`.
"""
c::C
""" Number of jumps in the system."""
Expand Down

0 comments on commit 64e96a6

Please sign in to comment.