Skip to content

Commit 7821bf9

Browse files
author
Daniel Vickers
committed
Remove additional test variable
1 parent 88ad74e commit 7821bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_ib_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ contains
892892
real(wp), dimension(1:3, 1:3) :: inverse_rotation, rotation
893893
integer :: cx, cy, cz
894894
real(wp) :: lx(2), ly(2), lz(2)
895-
real(wp), dimension(1:3) :: bbox_min, bbox_max, local_corner, world_corner, test
895+
real(wp), dimension(1:3) :: bbox_min, bbox_max, local_corner, world_corner
896896
897897
center = 0._wp
898898
center(1) = patch_ib(patch_id)%x_centroid

0 commit comments

Comments
 (0)