Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Nov 17, 2024
1 parent 636c1ff commit a808394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/named_systems2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function connect(systems; u1::Vector{Symbol}, y1::Vector{Symbol}, external_input
full = append(systems...; unique)
@assert length(y1) == length(u1)

z1 = something(external_outputs, z1)
z1 = something(z1, external_outputs)
w1 = something(external_inputs, w1)
w1 === nothing && error("The keyword argument `external_inputs` must be provided")
if unique
Expand Down

0 comments on commit a808394

Please sign in to comment.