Skip to content

Commit 7a00bdf

Browse files
committed
List independent variable as a system property
1 parent fb8e916 commit 7a00bdf

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
@@ -1004,6 +1004,7 @@ function Base.propertynames(sys::AbstractSystem; private = false)
10041004
has_observed(sys) && for s in get_observed(sys)
10051005
push!(names, getname(s.lhs))
10061006
end
1007+
has_iv(sys) && push!(names, getname(get_iv(sys)))
10071008
return names
10081009
end
10091010
end

0 commit comments

Comments
 (0)