data_column_t Derived Type

type, public :: data_column_t

Single named column of data values


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: field
real(kind=wp), public, allocatable :: values(:)
character(len=:), public, allocatable :: string_values(:)
logical, public :: is_string = .false.