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

Commit

Permalink
Added encounter history file dump operation
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 2, 2022
1 parent 813c736 commit fee2224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/symba/symba_step.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module subroutine symba_step_system(self, param, t, dt)
lencounter = pl%encounter_check(param, self, dt, 0) .or. tp%encounter_check(param, self, dt, 0)
if (lencounter) then
call self%interp(param, t, dt)
call self%encounter_history%dump(param)
else
self%irec = -1
call helio_step_system(self, param, t, dt)
Expand Down

0 comments on commit fee2224

Please sign in to comment.