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

Commit

Permalink
Fixed formatting at the behest of Leo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 18, 2023
1 parent dfb6254 commit 77c21ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/symba/symba_discard.f90
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ subroutine symba_discard_peri_pl(pl, nbody_system, param)
class(swiftest_nbody_system), intent(inout) :: nbody_system !! Swiftest nbody system object
class(swiftest_parameters), intent(in) :: param !! Current run configuration parameters
! Internals
logical, save :: lfirst = .true.
logical :: lfirst_orig
integer(I4B) :: i
logical, save :: lfirst = .true.
logical :: lfirst_orig
integer(I4B) :: i
character(len=STRMAX) :: timestr, idstr, message


Expand Down

0 comments on commit 77c21ae

Please sign in to comment.