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

Commit

Permalink
Fixed bad flag in encounter check
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 21, 2021
1 parent 01b7e76 commit 3b9999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_encounter_check.f90
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module function symba_encounter_check_pl(self, param, system, dt, irec) result(l
end if

npl = pl%nbody
if (param%lflatten_interactions) then
if (param%lflatten_encounters) then
nplplm = pl%nplplm

allocate(lencounter(nplplm))
Expand Down

0 comments on commit 3b9999c

Please sign in to comment.