Skip to content

Commit e06338f

Browse files
committed
Take out print_times from sample
1 parent 0c58e1a commit e06338f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/advanced/pdegen/amg_d_pde3d.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ program amg_d_pde3d
508508
write(psb_out_unit,'("Storage format for DESC_A : ",a )') desc_a%get_fmt()
509509

510510
end if
511-
call psb_print_timers(ctxt)
511+
512512
!
513513
! cleanup storage and exit
514514
!

samples/advanced/pdegen/amg_s_pde3d.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ program amg_s_pde3d
508508
write(psb_out_unit,'("Storage format for DESC_A : ",a )') desc_a%get_fmt()
509509

510510
end if
511-
call psb_print_timers(ctxt)
511+
512512
!
513513
! cleanup storage and exit
514514
!

0 commit comments

Comments
 (0)