Skip to content

Commit

Permalink
Merge 175aba5 into 919e480
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 10, 2024
2 parents 919e480 + 175aba5 commit 4600ca7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,14 @@ end

### ReactionSystem Structure ###

"""
WARNING!!!
The following variable is used to check that code that should be updated when the `ReactionSystem`
fields are updated has in fact been updated. Do not just blindly update this without first checking
all such code and updating it appropriately (e.g. serialization). Please use a search for
`reactionsystem_fields` throughout the package to ensure all places which should be updated, are updated.
"""
# Constant storing all reaction system fields (in order). Used to check whether the `ReactionSystem`
# structure have been updated (in the `reactionsystem_uptodate_check` function).
const reactionsystem_fields = (
Expand Down

0 comments on commit 4600ca7

Please sign in to comment.