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

Commit

Permalink
Turned of kill flag for collision energy growth
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 14, 2021
1 parent 96292ce commit 2d6a615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/io_conservation_report.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d6a615

Please sign in to comment.