Skip to content

Commit 207f637

Browse files
committed
- Clean
1 parent 7426126 commit 207f637

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
@@ -147,7 +147,7 @@ function assemble_jumps(rs)
147147
end
148148

149149
# Calculate the Jump rate law (like ODE, but uses X instead of X(t).
150-
# The former geenrates a "MethodError: objects of type Int64 are not callable" when trying to solve the problem.
150+
# The former generates a "MethodError: objects of type Int64 are not callable" when trying to solve the problem.
151151
function jumpratelaw(rx)
152152
@unpack rate, substrates, substoich, only_use_rate = rx
153153
rl = deepcopy(rate)

0 commit comments

Comments
 (0)