From beeb1230427fd1aea9e503f89a2dc38f7030b760 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 27 Feb 2020 11:35:44 +0000 Subject: [PATCH] Fixed length char component. --- base/modules/psb_timers_mod.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/psb_timers_mod.f90 b/base/modules/psb_timers_mod.f90 index 2b2ae6ed..755afd24 100644 --- a/base/modules/psb_timers_mod.f90 +++ b/base/modules/psb_timers_mod.f90 @@ -56,7 +56,7 @@ module psb_timers_mod ! The data itself type psb_string_item - character(len=40), allocatable :: data + character(len=40) :: data end type psb_string_item integer(psb_ipk_), allocatable :: nsamples(:) real(psb_dpk_), allocatable :: timers(:,:)