Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Jan 16, 2025
1 parent 2ca9ecf commit 143d5c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,9 @@ for prop in [:eqs
:tstops
:index_cache
:is_scalar_noise
:isscheduled]
:isscheduled
:input
:misc]
fname_get = Symbol(:get_, prop)
fname_has = Symbol(:has_, prop)
@eval begin
Expand Down

0 comments on commit 143d5c3

Please sign in to comment.