Skip to content

Commit cd7ddf5

Browse files
committed
add inbounds
1 parent 72ac0a1 commit cd7ddf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aggregators/coevolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function update_dependent_rates!(p::CoevolveJumpAggregation, u, params, t)
120120
for (ix, i) in enumerate(deps)
121121
ti, last_urate_i = next_time(p, u, params, t, i, end_time)
122122
update!(pq, i, ti)
123-
cur_rates[i] = last_urate_i
123+
@inbounds cur_rates[i] = last_urate_i
124124
end
125125
nothing
126126
end

0 commit comments

Comments
 (0)