Skip to content

Commit 4dd02a3

Browse files
authored
Remove redundant assignment of ib_markers%sf
1 parent 957fcd2 commit 4dd02a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/simulation/m_ibm.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ contains
573573
encoded_patch_id = ib_markers%sf(i, j, k)
574574
call s_decode_patch_periodicity(encoded_patch_id, patch_id, xp, yp, zp)
575575
ghost_points_in(local_idx)%ib_patch_id = patch_id
576-
! ib_markers%sf(i, j, k) = patch_id
577576
ghost_points_in(local_idx)%x_periodicity = xp
578577
ghost_points_in(local_idx)%y_periodicity = yp
579578
ghost_points_in(local_idx)%z_periodicity = zp

0 commit comments

Comments
 (0)