Skip to content

Commit

Permalink
Comment explaining why stoich is present in the reaction_frequency_pa…
Browse files Browse the repository at this point in the history
…ir type
  • Loading branch information
AlfredMayhew committed Jan 21, 2025
1 parent dbc33a0 commit 58f5c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dataStructures.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ module types_mod
type reaction_frequency_pair
integer(kind=NPI) :: reaction
integer(kind=NPI) :: frequency
! stoich was added in Jan 2025 by Alfred Mayhew to allow proper output of rates for reactions
! involving non-integer stoichiometry (instead of using frequency)
real(kind=DP) :: stoich
end type reaction_frequency_pair

Expand Down

0 comments on commit 58f5c36

Please sign in to comment.