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

Commit

Permalink
Fixed bug that prevented progress bar from updating
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 19, 2023
1 parent 8a8e506 commit a85d5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swiftest/swiftest_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module subroutine swiftest_io_display_run_information(self, param, integration_t
if (this_image() == 1) then
#endif
write(pbarmessage,fmt=pbarfmt) self%t, param%tstop
call pbar%update(1_I8B,message=pbarmessage)
call pbar%update(param%iloop,message=pbarmessage)
#ifdef COARRAY
end if !(this_image() == 1)
#endif
Expand Down

0 comments on commit a85d5ad

Please sign in to comment.