Skip to content

Commit

Permalink
Update docs/src/v14_migration_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jun 28, 2024
1 parent 2e6511a commit e83139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/v14_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ plot(sol)
```

## Unknowns instead of states
Previously, "states" was used as a term for system variables (both species and non-species variables). Now, the term "unknowns" will be used instead. This means that there have been a number of changes to function names (e.g. `states` => `unknowns` and `get_states` => `get_unknowns`).
Previously, "states" was used as a term for system variables (both species and non-species variables). MTKv9 has switched to using the term "unknowns" instead. This means that there have been a number of changes to function names (e.g. `states` => `unknowns` and `get_states` => `get_unknowns`).

E.g. here we declare a `ReactionSystem` model containing both species and non-species unknowns:
```@example v14_migration_2
Expand Down

0 comments on commit e83139e

Please sign in to comment.