You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/onepass.jl
+8-18Lines changed: 8 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ $(TYPEDEF)
36
36
tf::Union{Real,Symbol,Expr,Nothing}=nothing
37
37
x::Union{Symbol,Nothing}=nothing
38
38
u::Union{Symbol,Nothing}=nothing
39
+
is_scalar_v::Bool=false
39
40
is_scalar_x::Bool=false# todo: remove in future, when allowing componentwise declaration of dynamics
40
41
aliases::OrderedDict{Union{Symbol,Expr},Union{Real,Symbol,Expr}}=__init_aliases() # Dict ordered by Symbols *and Expr* just for scalar variable / state / control
0 commit comments