Skip to content

Commit

Permalink
Update src/reaction.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
  • Loading branch information
TorkelE and isaacsas committed Jun 6, 2024
1 parent 9e25efa commit 3467f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reaction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct Reaction{T}
"""The stoichiometric coefficients of the reactants."""
substoich::Vector
"""The stoichiometric coefficients of the products."""
prodstoich::Vector
prodstoich::Vector{T}
"""The net stoichiometric coefficients of all species changed by the reaction."""
netstoich::Vector{Pair{Any, T}}
"""
Expand Down

0 comments on commit 3467f42

Please sign in to comment.