Skip to content

Commit 955bc98

Browse files
committed
fixes
1 parent fb6d83f commit 955bc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variable_rate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ mutable struct VR_DirectEventCache{T, RNG <: AbstractRNG, F1, F2}
282282
affect_funcs::F2
283283
cum_rate_sum::Vector{T}
284284

285-
function VR_DirectEventCache(jumps::JumpSet, ::Type{T}; rng = DEFAULT_RNG) where {T, U}
285+
function VR_DirectEventCache(jumps::JumpSet, ::Type{T}; rng = DEFAULT_RNG) where T
286286
initial_threshold = randexp(rng, T)
287287
vjumps = jumps.variable_jumps
288288

0 commit comments

Comments
 (0)