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

Commit

Permalink
Fixed bad index resulting from refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 25, 2023
1 parent 7b923bd commit 2ad3c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collision/collision_resolve.f90
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ module subroutine collision_resolve_plpl(self, nbody_system, param, t, dt, irec)

call collision_history%take_snapshot(param,nbody_system, t, "after")

plpl_collision%status(i) = collider%status
plpl_collision%status(k) = collider%status
call impactors%dealloc()
end do

Expand Down

0 comments on commit 2ad3c7d

Please sign in to comment.