From 3ff78450ae18bc3f7cc1c2de4d54a62beb092b70 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Sun, 1 Sep 2024 19:57:41 -0400 Subject: [PATCH] update --- src/jumps.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jumps.jl b/src/jumps.jl index 8796a079..69531e27 100644 --- a/src/jumps.jl +++ b/src/jumps.jl @@ -220,6 +220,9 @@ function c(du, u, p, t, counts, mark) end rj = RegularJump(rate!, c, 2) + +## Notes +- `mark_dist` is not currently used or supported in τ-leaping methods. ``` """ struct RegularJump{iip, R, C, MD}