Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/m_boundary_common.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ contains
call s_symmetry(q_prim_vf, 3, 1, k, l, pb_in, mv_in)
case (BC_PERIODIC)
call s_periodic(q_prim_vf, 3, 1, k, l, pb_in, mv_in)
case (BC_SlIP_WALL)
case (BC_SLIP_WALL)
call s_slip_wall(q_prim_vf, 3, 1, k, l)
case (BC_NO_SLIP_WALL)
call s_no_slip_wall(q_prim_vf, 3, 1, k, l)
Expand Down
Loading