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

Commit

Permalink
Added tides method calls to acceleration functions in WHM and Helio
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 13, 2021
1 parent cec6c55 commit 948670b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/helio/helio_getacch.f90
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module subroutine helio_getacch_pl(self, system, param, t, lbeg)
cb%aoblend = cb%aobl
end if
if (param%lextra_force) call pl%accel_user(system, param, t)
if (param%ltides) call pl%accel_tides(system)
!if (param%lgr) call pl%gr_accel(param)
end associate

Expand Down
2 changes: 1 addition & 1 deletion src/whm/whm_getacch.f90
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module subroutine whm_getacch_pl(self, system, param, t, lbeg)
end if
if (param%lextra_force) call pl%accel_user(system, param, t)
if (param%lgr) call pl%accel_gr(param)

if (param%ltides) call pl%accel_tides(system)
end associate
return
end subroutine whm_getacch_pl
Expand Down

0 comments on commit 948670b

Please sign in to comment.