Skip to content

Commit 65a9153

Browse files
fix: correct BC_SlIP_WALL → BC_SLIP_WALL typo
1 parent 5257139 commit 65a9153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/m_boundary_common.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ contains
260260
call s_symmetry(q_prim_vf, 3, 1, k, l, pb_in, mv_in, q_T_sf)
261261
case (BC_PERIODIC)
262262
call s_periodic(q_prim_vf, 3, 1, k, l, pb_in, mv_in, q_T_sf)
263-
case (BC_SlIP_WALL)
263+
case (BC_SLIP_WALL)
264264
call s_slip_wall(q_prim_vf, 3, 1, k, l, q_T_sf)
265265
case (BC_NO_SLIP_WALL)
266266
call s_no_slip_wall(q_prim_vf, 3, 1, k, l, q_T_sf)

0 commit comments

Comments
 (0)