10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-29 08:24:44 +02:00

Longer lines in print

This commit is contained in:
Anthony Scemama 2015-02-03 17:38:32 +01:00
parent 92106da879
commit 25567b1e5d

View File

@ -136,8 +136,8 @@ subroutine irp_print_timer()
call profile_sort()
print '(A24,A8,A17,A20,A13,A20)', '', 'N.Calls', 'Tot Cycles', 'Avg Cycles', &
'Tot Secs', 'Avg Secs'
print '(A)', '----------------------------------------------'// &
'----------------------------------------------'
print '(A)', '---------------------------------------------------'// &
'---------------------------------------------------'
do ii=1,%(n)d
i = irp_order(ii)
if (irp_profile(3,i) > 0.) then