Skip to content

Commit 0f4c540

Browse files
committed
test suite passes
1 parent 2cd0bae commit 0f4c540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_start_up.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ contains
12791279

12801280
if (cfl_dt) then
12811281
if (proc_rank == 0 .and. mod(t_step - t_step_start, t_step_print) == 0) then
1282-
print '(" ["I3"%] Time "ES16.6" dt = "ES16.6" @ Time Step = "I8"")', &
1282+
print '(" [", I3, "%] Time ", ES16.6, " dt = ", ES16.6, " @ Time Step = ", I8, "")', &
12831283
int(ceiling(100._wp*(mytime/t_stop))), &
12841284
mytime, &
12851285
dt, &

0 commit comments

Comments
 (0)