Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 22, 2023
1 parent cb22b3e commit fe1fbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Distributed/boundary_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ mutable struct ExchangeInfo{SB,RB}
end

"""
ExchangeInfo(::Val{S}, ::Val{D}, field::Field) where {S,D}
ExchangeInfo(::Val{S}, ::Val{D}, field::Field) where {S,D}
Create `ExchangeInfo` to exchange halos on side `S` in the spatial direction `D`.
Create `ExchangeInfo` to exchange halos on side `S` in the spatial direction `D`.
"""
function ExchangeInfo(::Val{S}, ::Val{D}, field::Field) where {S,D}
send_view = get_send_view(Val(S), Val(D), field)
Expand Down

0 comments on commit fe1fbfc

Please sign in to comment.