Skip to content

Commit 1dabd75

Browse files
committed
more updates
1 parent 7827956 commit 1dabd75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ end
261261
#push!(rates, rate)
262262
net_stoch = [Pair(var2op(p[1]),p[2]) for p in netstoich]
263263
#push!(nstoich, net_stoch)
264-
265264
MassActionJump(rate, reactant_stoch, net_stoch, scale_rates=false, useiszero=false)
266265
end
267266

@@ -284,7 +283,7 @@ function assemble_jumps(rs)
284283
end
285284
end
286285
if ismassaction(rx, rs; rxvars=rxvars, haveivdep=haveivdep, stateset=stateset)
287-
push!(meqs, makemajump(rx,rxvars))
286+
push!(meqs, makemajump(rx))
288287
else
289288
rl = jumpratelaw(rx, rxvars=rxvars)
290289
affect = Vector{Equation}()

0 commit comments

Comments
 (0)