From 2d6a615c05a86cd55e98a1d2dfb6a7a6fb405917 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Mon, 14 Jun 2021 14:02:42 -0400 Subject: [PATCH] Turned of kill flag for collision energy growth --- src/io/io_conservation_report.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/io/io_conservation_report.f90 b/src/io/io_conservation_report.f90 index 01cbe83cd..820569bd3 100644 --- a/src/io/io_conservation_report.f90 +++ b/src/io/io_conservation_report.f90 @@ -74,7 +74,6 @@ module subroutine io_conservation_report(t, symba_plA, npl, j2rp2, j4rp4, param, write(*,*) 'dke_spin : ',(ke_spin_now - ke_spin_last) / abs(Eorbit_orig) write(*,*) 'dpe : ',(pe_now - pe_last) / abs(Eorbit_orig) write(*,*) - call util_exit(FAILURE) end if end if ke_orbit_last = ke_orbit_now