Skip to content

Commit 4e2daa2

Browse files
Update src/systems/reaction/reactionsystem.jl
- Chris found some of my forgotten test code. Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 899b305 commit 4e2daa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ function Reaction(rate, subs, prods, substoich, prodstoich;
2727
Reaction(rate, subs, prods, substoich, prodstoich, ns, only_use_rate)
2828
end
2929

30-
a =[1.,2.3,4.]
31-
typeof(a)()
3230

3331
# three argument constructor assumes stoichiometric coefs are one and integers
3432
function Reaction(rate, subs, prods; kwargs...)

0 commit comments

Comments
 (0)