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

Commit

Permalink
Prevent bodies from being re-ordered when restarting an old run
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 18, 2021
1 parent fed1f60 commit 9a68e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/swiftest_symba.f90
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ program swiftest_symba
end if

! reorder by mass
call symba_reorder_pl(npl, symba_plA)
if (out_stat /= "APPEND") call symba_reorder_pl(npl, symba_plA)
call util_valid(npl, ntp, symba_plA%helio%swiftest, symba_tpA%helio%swiftest)
call util_hills(npl, symba_plA%helio%swiftest)
ntp0 = ntp
Expand Down

0 comments on commit 9a68e0b

Please sign in to comment.