Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 23, 2024
1 parent a452121 commit 374e0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programs/ectrans-benchmark.F90
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ program ectrans_benchmark
if (verbosity >= 0 .and. myproc == 1) then
write(nout,'(" ")')
write(nout,'(a,i0,a,f9.2,a)') "ectrans_benchmark initialisation, on ",nproc,&
& " tasks, took",ztinit," sec"
& " tasks, took ",ztinit," sec"
write(nout,'(" ")')
endif

Expand Down

0 comments on commit 374e0c0

Please sign in to comment.