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

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 16, 2021
1 parent 5748174 commit e12fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmvs/rmvs_step.f90
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ subroutine rmvs_peri_tp(tp, pl, t, dt, lfirst, inner_index, ipleP, config)

rhill2 = pl%rhill(ipleP)**2
mu = pl%Gmass(ipleP)
associate( nenc => tp%nbody, xpc => tp%xh, vpc => tp%vh)
associate(nenc => tp%nbody, xpc => tp%xh, vpc => tp%vh)
if (lfirst) then
do i = 1, nenc
if (tp%status(i) == ACTIVE) then
Expand Down

0 comments on commit e12fa07

Please sign in to comment.