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

Commit

Permalink
Minor tweak to output
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 10, 2023
1 parent 9fbf1a3 commit d1f96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/walltime/walltime_implementations.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module subroutine walltime_report(self, message, unit, nsubsteps)
! Internals
character(len=*), parameter :: nosubstepfmt = '" Total wall time: ", es12.5, "; Interval wall time: ", es12.5 '
character(len=*), parameter :: substepfmt = '" Total wall time: ", es12.5, "; Interval wall time: ", es12.5, ";' //&
'Interval wall time/step: ", es12.5'
' Interval wall time/step: ", es12.5'
character(len=STRMAX) :: fmt
integer(I8B) :: count_delta_step, count_delta_main, count_now

Expand Down

0 comments on commit d1f96be

Please sign in to comment.