Do not use allocatable characters

pizdaint-runs
Salvatore Filippone 5 years ago
parent 27bf7ec666
commit 55989d2e8f

@ -56,7 +56,7 @@ module psb_timers_mod
! The data itself ! The data itself
type psb_string_item type psb_string_item
character(len=:), allocatable :: data character(len=40), allocatable :: data
end type psb_string_item end type psb_string_item
integer(psb_ipk_), allocatable :: nsamples(:) integer(psb_ipk_), allocatable :: nsamples(:)
real(psb_dpk_), allocatable :: timers(:,:) real(psb_dpk_), allocatable :: timers(:,:)

Loading…
Cancel
Save