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

Commit

Permalink
Disabled the encounter dumps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 3, 2022
1 parent c514868 commit d2221e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_step.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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)
!call self%encounter_history%dump(param)
else
self%irec = -1
call helio_step_system(self, param, t, dt)
Expand Down

0 comments on commit d2221e2

Please sign in to comment.