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

Commit

Permalink
Corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 26, 2021
1 parent b55887d commit e7e392a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/helio/helio_getacch.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module subroutine helio_getacch_pl(self, system, param, t, lbeg)
implicit none
! Arguments
class(helio_pl), intent(inout) :: self !! Helio massive body particle data structure
class(swiftest_nbody_system), intent(inout) :: system !! WHM nbody system object
class(swiftest_nbody_system), intent(inout) :: system !! Swiftest nbody system object
class(swiftest_parameters), intent(in) :: param !! Current run configuration parameters
real(DP), intent(in) :: t !! Current simulation time
logical, optional, intent(in) :: lbeg !! Optional argument that determines whether or not this is the beginning or end of the step
Expand Down Expand Up @@ -45,8 +45,8 @@ module subroutine helio_getacch_tp(self, system, param, t, lbeg)
!! Adapted from Hal Levison's Swift routine helio_getacch_tp.f
implicit none
! Arguments
class(helio_tp), intent(inout) :: self !! WHM test particle data structure
class(swiftest_nbody_system), intent(inout) :: system !! WHM nbody system object
class(helio_tp), intent(inout) :: self !! Helio test particle data structure
class(swiftest_nbody_system), intent(inout) :: system !! Swiftest nbody system object
class(swiftest_parameters), intent(in) :: param !! Current run configuration parameters
real(DP), intent(in) :: t !! Current time
logical, optional, intent(in) :: lbeg !! Optional argument that determines whether or not this is the beginning or end of the step
Expand Down

0 comments on commit e7e392a

Please sign in to comment.