Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Jul 4, 2024
1 parent dc8d170 commit d35f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boundaryconditions/BoundaryConditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function _flow_bcs!(bcs, V)
n = bc_index(V)
# no slip boundary conditions
# do_bc(bcs.no_slip) && (@parallel (@idx n) no_slip!(V..., bcs.no_slip))
if do_bc(bcs.no_slip)
if do_bc(bcs.no_slip)
@parallel (@idx n) no_slip1!(V..., bcs.no_slip)
@parallel (@idx n) no_slip2!(V..., bcs.no_slip)
end
Expand Down

0 comments on commit d35f89e

Please sign in to comment.