Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 16, 2023
1 parent daf36d1 commit a482e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BoundaryConditions/hide_boundaries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ end
function hide(fun::F, hb::HideBoundaries{N}, arch::Architecture, grid::CartesianGrid{N}, boundary_conditions, worksize;
outer_width=nothing) where {F,N}
inner_range, outer_ranges = split_ndrange(worksize, outer_width)
# execute inner range in a main Task with a normal priority
fun(inner_range)
for dim in N:-1:1
ntuple(Val(2)) do side
Expand Down

0 comments on commit a482e33

Please sign in to comment.