Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 25, 2021
1 parent e6b176d commit 25f9c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encounter/encounter_check.f90
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ module pure subroutine encounter_check_sort_aabb_1D(self, n, extent_arr)
real(DP), dimension(:), intent(in) :: extent_arr !! Array of extents of size 2*n
! Internals
integer(I4B) :: i, j, k, ibox, jbox
integer(I4B), dimension(2) :: extent
logical, dimension(:), allocatable :: lfresh

call util_sort(extent_arr, self%ind)
Expand Down

0 comments on commit 25f9c4d

Please sign in to comment.