mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Longer lines in print
This commit is contained in:
parent
92106da879
commit
25567b1e5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user