From 49133c6afadfb5bd9beeae9d933f4e520751c174 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:43:34 -0500 Subject: [PATCH] Updated comment to be more accurate --- src/symba/symba_encounter_check.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symba/symba_encounter_check.f90 b/src/symba/symba_encounter_check.f90 index 035d7fd3c..f574a9a3e 100644 --- a/src/symba/symba_encounter_check.f90 +++ b/src/symba/symba_encounter_check.f90 @@ -85,7 +85,7 @@ end function symba_encounter_check_pl module function symba_encounter_check(self, param, system, dt, irec) result(lany_encounter) !! author: David A. Minton !! - !! Check for an encounter between test particles and massive bodies in the pltpenc list. + !! Check for an encounter between test particles and massive bodies in the plplenc and pltpenc list. !! Note: This method works for the polymorphic symba_pltpenc and symba_plplenc types. !! !! Adapted from portions of David E. Kaufmann's Swifter routine: symba_step_recur.f90