Skip to content

Commit 0f99b69

Browse files
Resolved GNU errors. Reminder that the redundant patch decoding is INCORRECT
1 parent 2ace5f1 commit 0f99b69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/simulation/m_ibm.fpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ contains
215215
k = gp%loc(2)
216216
l = gp%loc(3)
217217
patch_id = ghost_points(i)%ib_patch_id
218-
call s_decode_patch_periodicity(patch_id, patch_id)
219218

220219
! Calculate physical location of GP
221220
if (p > 0) then
@@ -261,7 +260,7 @@ contains
261260
! Pressure correction for moving IB: accounts for acceleration of IB surface
262261
q_prim_vf(eqn_idx%E)%sf(j, k, l) = q_prim_vf(eqn_idx%E)%sf(j, k, &
263262
& l) + pres_IP/(1._wp - 2._wp*abs(gp%levelset*alpha_rho_IP(q)/pres_IP) &
264-
& *dot_product(patch_ib(patch_id) %force/patch_ib(patch_id)%mass, gp%levelset_norm))
263+
& *dot_product(patch_ib(patch_id)%force/patch_ib(patch_id)%mass, gp%levelset_norm))
265264
end do
266265
end if
267266

0 commit comments

Comments
 (0)