Skip to content

Commit af9f801

Browse files
committed
up
1 parent 82c7730 commit af9f801

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
@@ -146,9 +146,9 @@ struct Reaction{T}
146146
"""Reaction products."""
147147
products::Vector{Any}
148148
"""The stoichiometric coefficients of the reactants."""
149-
substoich::Vector{T}
149+
substoich::Vector
150150
"""The stoichiometric coefficients of the products."""
151-
prodstoich::Vector{T}
151+
prodstoich::Vector
152152
"""The net stoichiometric coefficients of all species changed by the reaction."""
153153
netstoich::Vector{Pair{Any, T}}
154154
"""

0 commit comments

Comments
 (0)