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

Commit

Permalink
Removed check from the particle writer that was preventing central bo…
Browse files Browse the repository at this point in the history
…dies from being recorded
  • Loading branch information
daminton committed Aug 10, 2021
1 parent 58dac0d commit 542bf97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/symba/symba_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 542bf97

Please sign in to comment.