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 the tqdm progress bar to start
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 19, 2023
1 parent a85d5ad commit 20c7e4e
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 @@ -265,7 +265,7 @@ module subroutine swiftest_io_display_run_information(self, param, integration_t
if (param%display_style == "PROGRESS") then
call pbar%reset(param%nloops)
else if (param%display_style == "COMPACT") then
write(param%display_unit,*) "SWIFTEST START " // trim(adjustl(param%integrator))
write(*,*) "SWIFTEST START " // trim(adjustl(param%integrator))
end if
end if
#ifdef COARRAY
Expand Down

0 comments on commit 20c7e4e

Please sign in to comment.