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

Commit

Permalink
Merge branch 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 25, 2023
2 parents 7cd75e5 + f68f01a commit b737e32
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 b737e32

Please sign in to comment.