Skip to content

Commit 5736730

Browse files
committed
format and test
1 parent 73712a7 commit 5736730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/m_boundary_common.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ contains
736736
end subroutine s_periodic
737737

738738
pure subroutine s_axis(q_prim_vf, pb, mv, k, l)
739-
!$acc routine seq
739+
!$acc routine seq
740740
type(scalar_field), dimension(sys_size), intent(inout) :: q_prim_vf
741741
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) :: pb, mv
742742
integer, intent(in) :: k, l
@@ -1087,7 +1087,7 @@ contains
10871087
end subroutine s_dirichlet
10881088

10891089
pure subroutine s_qbmm_extrapolation(bc_dir, bc_loc, k, l, pb, mv)
1090-
!$acc routine seq
1090+
!$acc routine seq
10911091
real(wp), optional, dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) :: pb, mv
10921092
integer, intent(in) :: bc_dir, bc_loc
10931093
integer, intent(in) :: k, l

0 commit comments

Comments
 (0)