Skip to content

Commit

Permalink
Update abstractsystem.jl with :get_name
Browse files Browse the repository at this point in the history
- The `get_name` method was missing from the getter list; this commit adds `:name` to the getter generation block.
  • Loading branch information
cadojo authored Dec 24, 2023
1 parent ce5dbbb commit 0aeb328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ for prop in [:eqs
:states
:ps
:tspan
:name
:var_to_name
:ctrls
:defaults
Expand Down

0 comments on commit 0aeb328

Please sign in to comment.