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

Commit

Permalink
Fixed typo in distribution messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Apr 24, 2023
1 parent 4f2d499 commit d72a65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swiftest/swiftest_coarray.f90
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ module subroutine swiftest_coarray_distribute_system(nbody_system, param)
allocate(tmp, mold=nbody_system%tp)
call nbody_system%tp%spill(tmp, lspill_list(:), ldestructive=.true.)

write(image_num_char,*) this_image()
write(ntp_num_char,*) nbody_system%tp%nbody
write(param%display_unit,*) "Image " // trim(adjustl(image_num_char)) // " ntp: " // trim(adjustl(ntp_num_char))

Expand Down

0 comments on commit d72a65b

Please sign in to comment.