Skip to content

Commit 143d5c3

Browse files
committed
init
1 parent 2ca9ecf commit 143d5c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,9 @@ for prop in [:eqs
10101010
:tstops
10111011
:index_cache
10121012
:is_scalar_noise
1013-
:isscheduled]
1013+
:isscheduled
1014+
:input
1015+
:misc]
10141016
fname_get = Symbol(:get_, prop)
10151017
fname_has = Symbol(:has_, prop)
10161018
@eval begin

0 commit comments

Comments
 (0)