Skip to content

Commit d69a62b

Browse files
committed
Ran formatter
1 parent 110e497 commit d69a62b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/simulation/m_ibm.fpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -318,21 +318,21 @@ contains
318318

319319
!Correct the state of the inner points in IBs
320320
if (num_inner_gps > 0) then
321-
#:call GPU_PARALLEL_LOOP(private='[physical_loc,dyn_pres,alpha_rho_IP, alpha_IP,vel_g,rho,gamma,pi_inf,Re_K,innerp,j,k,l,q]')
322-
do i = 1, num_inner_gps
321+
#:call GPU_PARALLEL_LOOP(private='[physical_loc,dyn_pres,alpha_rho_IP, alpha_IP,vel_g,rho,gamma,pi_inf,Re_K,innerp,j,k,l,q]')
322+
do i = 1, num_inner_gps
323323

324-
innerp = inner_points(i)
325-
j = innerp%loc(1)
326-
k = innerp%loc(2)
327-
l = innerp%loc(3)
324+
innerp = inner_points(i)
325+
j = innerp%loc(1)
326+
k = innerp%loc(2)
327+
l = innerp%loc(3)
328328

329-
$:GPU_LOOP(parallelism='[seq]')
330-
do q = momxb, momxe
331-
q_cons_vf(q)%sf(j, k, l) = 0._wp
329+
$:GPU_LOOP(parallelism='[seq]')
330+
do q = momxb, momxe
331+
q_cons_vf(q)%sf(j, k, l) = 0._wp
332+
end do
332333
end do
333-
end do
334-
#:endcall GPU_PARALLEL_LOOP
335-
end if
334+
#:endcall GPU_PARALLEL_LOOP
335+
end if
336336

337337
end subroutine s_ibm_correct_state
338338

0 commit comments

Comments
 (0)