From 542bf97deef7e0abd780e5642c9cabeb4fe5c7a0 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 10 Aug 2021 13:35:41 -0400 Subject: [PATCH] Removed check from the particle writer that was preventing central bodies from being recorded --- src/symba/symba_io.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/symba/symba_io.f90 b/src/symba/symba_io.f90 index 7751b7b21..e9e52fc2d 100644 --- a/src/symba/symba_io.f90 +++ b/src/symba/symba_io.f90 @@ -19,7 +19,6 @@ module subroutine symba_io_dump_particle_info(system, param, lincludecb, tpidx, integer(I4B), parameter :: LUN = 22 integer(I4B) :: i, ierr - if (.not.present(tpidx) .and. .not.present(plidx)) return if (lfirst) then select case(param%out_stat) case('APPEND')