File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 204204
205205# ## ReactionSystem Structure ###
206206
207+ """
208+ WARNING!!!
209+
210+ The following variable is used to check that code that should be updated when the `ReactionSystem`
211+ fields are updated has in fact been updated. Do not just blindly update this without first checking
212+ all such code and updating it appropriately (e.g. serialization). Please use a search for
213+ `reactionsystem_fields` throughout the package to ensure all places which should be updated, are updated.
214+ """
207215# Constant storing all reaction system fields (in order). Used to check whether the `ReactionSystem`
208216# structure have been updated (in the `reactionsystem_uptodate_check` function).
209217const reactionsystem_fields = (
You can’t perform that action at this time.
0 commit comments