We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74812c4 commit 152dfa1Copy full SHA for 152dfa1
docs/src/systems/AbstractSystem.md
@@ -21,7 +21,7 @@ The values which are common to all `AbstractSystem`s are:
21
- `states(sys)`: All the states in the system and its subsystems.
22
- `parameters(sys)`: All parameters of the system and its subsystems.
23
- `nameof(sys)`: The name of the current-level system.
24
-- `get_equations(sys)`: Equations that define the current-level system.
+- `get_eqs(sys)`: Equations that define the current-level system.
25
- `get_states(sys)`: States that are in the current-level system.
26
- `get_ps(sys)`: Parameters that are in the current-level system.
27
- `get_systems(sys)`: Subsystems of the current-level system.
0 commit comments