Skip to content

Commit 1004a37

Browse files
TorkelEisaacsas
andauthored
Update src/reaction.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 1970692 commit 1004a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reaction.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ function MT.namespace_equation(rx::Reaction, name; kw...)
334334
ns = similar(rx.netstoich)
335335
map!(n -> f(n[1]) => f(n[2]), ns, rx.netstoich)
336336
end
337-
Reaction(
338-
rate, subs, prods, substoich, prodstoich, netstoich, rx.only_use_rate, rx.metadata)
337+
Reaction(rate, subs, prods, substoich, prodstoich, netstoich,
338+
rx.only_use_rate, rx.metadata)
339339
end
340340

341341
# Overwrites equation-type functions to give the correct input for `Reaction`s.

0 commit comments

Comments
 (0)