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

Commit

Permalink
Added back allocate statement for fragment id
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 13, 2023
1 parent 75afdcc commit 9a2399b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collision/collision_util.f90
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ module subroutine collision_util_setup_fragments(self, n)

allocate(swiftest_particle_info :: self%info(n))

allocate(self%id(n))
allocate(self%status(n))
allocate(self%rh(NDIM, n))
allocate(self%vh(NDIM, n))
Expand Down

0 comments on commit 9a2399b

Please sign in to comment.