10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-12-22 04:13:33 +01: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() call profile_sort()
print '(A24,A8,A17,A20,A13,A20)', '', 'N.Calls', 'Tot Cycles', 'Avg Cycles', & print '(A24,A8,A17,A20,A13,A20)', '', 'N.Calls', 'Tot Cycles', 'Avg Cycles', &
'Tot Secs', 'Avg Secs' 'Tot Secs', 'Avg Secs'
print '(A)', '----------------------------------------------'// & print '(A)', '---------------------------------------------------'// &
'----------------------------------------------' '---------------------------------------------------'
do ii=1,%(n)d do ii=1,%(n)d
i = irp_order(ii) i = irp_order(ii)
if (irp_profile(3,i) > 0.) then if (irp_profile(3,i) > 0.) then