From 60c047a45e6e112e219069177bc499475d0fa33b Mon Sep 17 00:00:00 2001 From: David A Minton Date: Sun, 29 Aug 2021 17:42:05 -0400 Subject: [PATCH] Fixed bug in which rhill was not set for new fragments. --- src/symba/symba_collision.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/symba/symba_collision.f90 b/src/symba/symba_collision.f90 index fd4eae517..798d1698d 100644 --- a/src/symba/symba_collision.f90 +++ b/src/symba/symba_collision.f90 @@ -915,6 +915,7 @@ subroutine symba_collision_mergeaddsub(system, param, family, id_frag, Ip_frag, end if call plnew%set_mu(cb) + call plnew%set_rhill(cb) !Copy over or set integration parameters for new bodies plnew%lcollision(1:nfrag) = .false. plnew%ldiscard(1:nfrag) = .false.