Skip to content

Commit 0aeb328

Browse files
authored
Update abstractsystem.jl with :get_name
- The `get_name` method was missing from the getter list; this commit adds `:name` to the getter generation block.
1 parent ce5dbbb commit 0aeb328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ for prop in [:eqs
305305
:states
306306
:ps
307307
:tspan
308+
:name
308309
:var_to_name
309310
:ctrls
310311
:defaults

0 commit comments

Comments
 (0)