From 6ad5ffc5487e3c42e88ef8452d9bcf387d9585e8 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Thu, 12 Aug 2021 12:06:30 -0400 Subject: [PATCH] Re-enabled sorting of particles after testing --- src/symba/symba_setup.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symba/symba_setup.f90 b/src/symba/symba_setup.f90 index d3f44f8a1..307c37675 100644 --- a/src/symba/symba_setup.f90 +++ b/src/symba/symba_setup.f90 @@ -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