Skip to content

Commit 4f38641

Browse files
committed
fix typo in comment
1 parent 5518c89 commit 4f38641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function jumpratelaw(rx; rxvars=get_variables(rx.rate))
140140
rl
141141
end
142142

143-
# if haveivdep=true then time dependent rates will still be classified as mass action
143+
# if haveivdep=false then time dependent rates will still be classified as mass action
144144
function ismassaction(rx, rs; rxvars = get_variables(rx.rate),
145145
haveivdep = any(var -> isequal(rs.iv,convert(Variable,var)), rxvars))
146146
return !(haveivdep || rx.only_use_rate || any((isequal(state,convert(Variable,rxv)) for state in states(rs), rxv in rxvars)))

0 commit comments

Comments
 (0)