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

Commit

Permalink
Fixed issue where a failed fragmentation event is supposed to convert…
Browse files Browse the repository at this point in the history
… to hit and run. I forgot to put a return statement after calling the hitandrun method
  • Loading branch information
daminton committed Jan 25, 2023
1 parent efd84a7 commit f68f01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fraggle/fraggle_generate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module subroutine fraggle_generate(self, nbody_system, param, t)
if (lfailure) then
call swiftest_io_log_one_message(COLLISION_LOG_OUT, "Fraggle failed to find an energy-losing solution. Treating this as a hit and run.")
call self%hitandrun(nbody_system, param, t)
return
end if

associate (fragments => self%fragments)
Expand Down

0 comments on commit f68f01a

Please sign in to comment.