File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ struct Reaction{T}
142
142
""" The rate function (excluding mass action terms)."""
143
143
rate:: Any
144
144
""" Reaction substrates."""
145
- substrates:: Vector{BasicSymbolic{Real} }
145
+ substrates:: Vector{Any }
146
146
""" Reaction products."""
147
- products:: Vector{BasicSymbolic{Real} }
147
+ products:: Vector{Any }
148
148
""" The stoichiometric coefficients of the reactants."""
149
149
substoich:: Vector{T}
150
150
""" The stoichiometric coefficients of the products."""
151
151
prodstoich:: Vector{T}
152
152
""" The net stoichiometric coefficients of all species changed by the reaction."""
153
- netstoich:: Vector{Pair{BasicSymbolic{Real} , T}}
153
+ netstoich:: Vector{Pair{Any , T}}
154
154
"""
155
155
`false` (default) if `rate` should be multiplied by mass action terms to give the rate law.
156
156
`true` if `rate` represents the full reaction rate law.
You can’t perform that action at this time.
0 commit comments