Skip to content

Commit 4713014

Browse files
docs: add split to docstring
1 parent 407309d commit 4713014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inputoutput.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ has_var(ex, x) = x ∈ Set(get_variables(ex))
166166
disturbance_inputs = disturbances(sys);
167167
implicit_dae = false,
168168
simplify = false,
169+
split = true,
169170
)
170171
171172
For a system `sys` with inputs (as determined by [`unbound_inputs`](@ref) or user specified), generate functions with additional input argument `u`

0 commit comments

Comments
 (0)