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

Commit

Permalink
Added Hill's sphere calcualtion to new bodies prior to rearray
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 30, 2023
1 parent 268d8a6 commit c43cbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/collision/collision_resolve.f90
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ module subroutine collision_resolve_mergeaddsub(nbody_system, param, t, status)
plnew%rot(:, 1:nfrag) = fragments%rot(:, 1:nfrag)
end if

call plnew%set_rhill(cb)

! if (param%ltides) then
! plnew%Q = pl%Q(ibiggest)
! plnew%k2 = pl%k2(ibiggest)
Expand Down

0 comments on commit c43cbd2

Please sign in to comment.