Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 4, 2024
1 parent 82c7730 commit af9f801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reaction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ struct Reaction{T}
"""Reaction products."""
products::Vector{Any}
"""The stoichiometric coefficients of the reactants."""
substoich::Vector{T}
substoich::Vector
"""The stoichiometric coefficients of the products."""
prodstoich::Vector{T}
prodstoich::Vector
"""The net stoichiometric coefficients of all species changed by the reaction."""
netstoich::Vector{Pair{Any, T}}
"""
Expand Down

0 comments on commit af9f801

Please sign in to comment.