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

Commit

Permalink
Fixed problem where the system recursion level variable was not set p…
Browse files Browse the repository at this point in the history
…roperly after returning from the recursive step.
  • Loading branch information
daminton committed Dec 13, 2021
1 parent 0c59aad commit 2ced8fd
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 @@ -82,6 +82,7 @@ module subroutine symba_step_interp_system(self, param, t, dt)
call tp%drift(system, param, dt)

call system%recursive_step(param, t, 0)
system%irec = -1

if (param%lgr) call pl%gr_pos_kick(system, param, dth)
call pl%kick(system, param, t, dth, lbeg=.false.)
Expand Down

0 comments on commit 2ced8fd

Please sign in to comment.