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

Commit

Permalink
Re-enabled sorting of particles after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 12, 2021
1 parent 1f793cb commit 6ad5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module subroutine symba_setup_initialize_system(self, param)
call system%plplcollision_list%setup(0)
select type(pl => system%pl)
class is (symba_pl)
!call pl%sort("mass", ascending=.false.)
call pl%sort("mass", ascending=.false.)
select type(param)
class is (symba_parameters)
pl%lmtiny(:) = pl%Gmass(:) > param%GMTINY
Expand Down

0 comments on commit 6ad5ffc

Please sign in to comment.