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

Commit

Permalink
Replaced the FORCE MERGE message with a more descriptive message for …
Browse files Browse the repository at this point in the history
…the Fraggle logfile.
  • Loading branch information
daminton committed Sep 3, 2021
1 parent 6e728a3 commit dfa9b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fraggle/fraggle_regime.f90
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ subroutine fraggle_regime_collresolve(Mcb, m1, m2, rad1, rad2, xh1, xh2, vb1, vb
Mlr = Mtot
Mslr = 0.0_DP
Qloss = 0.0_DP
write(*,*) "FORCE MERGE"
call fraggle_io_log_one_message("Fragments would have mass below the minimum. Converting this collision into a merger.")
else
if( Vimp < Vescp) then
regime = COLLRESOLVE_REGIME_MERGE !perfect merging regime
Expand Down

0 comments on commit dfa9b56

Please sign in to comment.