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

Commit

Permalink
Fixed formatting of collision detection message to make each individu…
Browse files Browse the repository at this point in the history
…al event more prominent in the logfile
  • Loading branch information
daminton committed Sep 3, 2021
1 parent d9c89b3 commit fd1c9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/symba/symba_collision.f90
Original file line number Diff line number Diff line change
Expand Up @@ -989,9 +989,9 @@ module subroutine symba_collision_resolve_plplenc(self, system, param, t, dt, ir
do
write(timestr,*) t
call fraggle_io_log_one_message("")
call fraggle_io_log_one_message("--------------------------------------------------------------------")
call fraggle_io_log_one_message("***********************************************************************************************************************")
call fraggle_io_log_one_message("Collision between massive bodies detected at time t = " // trim(adjustl(timestr)))
call fraggle_io_log_one_message("--------------------------------------------------------------------")
call fraggle_io_log_one_message("***********************************************************************************************************************")
allocate(tmp_param, source=param)
tmp_param%t = t
if (param%lfragmentation) then
Expand Down

0 comments on commit fd1c9cb

Please sign in to comment.