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

Commit

Permalink
Set the firstkick flag in SyMBA to be equal to pl%lfirst if a Helio s…
Browse files Browse the repository at this point in the history
…tep is performed
  • Loading branch information
daminton committed Dec 10, 2021
1 parent bf82f65 commit 88d3b63
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 @@ -33,6 +33,7 @@ module subroutine symba_step_system(self, param, t, dt)
else
self%irec = -1
call helio_step_system(self, param, t, dt)
param%lfirstkick = pl%lfirst
end if
end select
end select
Expand Down

0 comments on commit 88d3b63

Please sign in to comment.