Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Jan 2, 2025
1 parent 807739f commit ee078e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/caches/boundarympscache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ function set_interpartition_messages(
maximum_virtual_dim_from_below *= prod(dim.(siteinds))
maximum_virtual_dim_from_above = if i != length(pes)
prod(
dim.(
reduce(vcat, [linkinds(bmpsc, pe) for pe in partitionedges_above(bmpsc, pg_pe)])
),
)
dim.(
reduce(vcat, [linkinds(bmpsc, pe) for pe in partitionedges_above(bmpsc, pg_pe)])
),
)
else
1
end
Expand Down

0 comments on commit ee078e5

Please sign in to comment.