From d1f96be63fea5af7a48d465181bbc10b44c31bf1 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 10 Jan 2023 16:50:41 -0500 Subject: [PATCH] Minor tweak to output --- src/walltime/walltime_implementations.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/walltime/walltime_implementations.f90 b/src/walltime/walltime_implementations.f90 index c0804b664..dcf1a2a60 100644 --- a/src/walltime/walltime_implementations.f90 +++ b/src/walltime/walltime_implementations.f90 @@ -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