Skip to content

Commit fdab2f1

Browse files
committed
1.6 compat
1 parent beaeec9 commit fdab2f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uncertainty_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function ss2particles(G::Vector{<:AbstractStateSpace})
487487
B = reduce(hcat, vec.(getproperty.(G, :B))) |> pdp
488488
C = reduce(hcat, vec.(getproperty.(G, :C))) |> pdp
489489
D = reduce(hcat, vec.(getproperty.(G, :D))) |> pdp
490-
(; nx,ny,nu) = G[1]
490+
@unpack nx,ny,nu = G[1]
491491
A = reshape(A, nx, nx)
492492
B = reshape(B, nx, nu)
493493
C = reshape(C, ny, nx)

0 commit comments

Comments
 (0)