Skip to content

Commit f2a8013

Browse files
committed
small change
1 parent 6dcdd5f commit f2a8013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_ibm.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ contains
212212

213213
! Calculate velocity of ghost cell
214214
if (gp%slip) then
215-
norm = levelset_norm%sf(j, k, l, patch_id)
215+
norm = levelset_norm%sf(j, k, l, patch_id, :)
216216
vel_norm_IP = sum(vel_IP*norm)*norm
217217
vel_g = vel_IP - vel_norm_IP
218218
else

0 commit comments

Comments
 (0)