Skip to content

Commit 4968397

Browse files
Format
1 parent d0651d3 commit 4968397

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/simulation/m_ibm.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,14 +1197,14 @@ contains
11971197
if (patch_ib(patch_id)%${X}$_centroid < ${X}$_domain%beg) then
11981198
! if the boundary exited "left", wrap it back around to the "right"
11991199
patch_ib(patch_id)%${X}$_centroid = patch_ib(patch_id)%${X}$_centroid + (${X}$_domain%end &
1200-
& - ${X}$_domain%beg)
1200+
& - ${X}$_domain%beg)
12011201
else if (patch_ib(patch_id)%${X}$_centroid > ${X}$_domain%end) then
12021202
! if the boundary exited "right", wrap it back around to the "left"
12031203
patch_ib(patch_id)%${X}$_centroid = patch_ib(patch_id)%${X}$_centroid - (${X}$_domain%end &
1204-
& - ${X}$_domain%beg)
1204+
& - ${X}$_domain%beg)
12051205
end if
12061206
end if
1207-
end if
1207+
end if
12081208
#:endfor
12091209
end do
12101210
$:END_GPU_PARALLEL_LOOP()

0 commit comments

Comments
 (0)