Skip to content

Commit bc55bb4

Browse files
committed
comment new ismassaction behavior
1 parent 31c8d19 commit bc55bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ explicitly on the independent variable (usually time).
235235
"""
236236
function ismassaction(rx, rs; rxvars = get_variables(rx.rate),
237237
haveivdep = any(var -> isequal(rs.iv,convert(Variable,var)), rxvars))
238+
# if no dependencies must be zero order
238239
if isempty(rxvars)
239240
return true
240241
else

0 commit comments

Comments
 (0)