EC_Vector_t Derived Type

type, public :: EC_Vector_t


Inherited by

type~~ec_vector_t~~InheritedByGraph type~ec_vector_t EC_Vector_t type~scf_grid_t scf_grid_t type~scf_grid_t->type~ec_vector_t EC_Vectors

Contents


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: name
character(len=:), public, allocatable :: abbreviated_name
integer(kind=4), public :: ndata
real(kind=4), public, allocatable :: x(:)
real(kind=4), public, allocatable :: y(:)
real(kind=4), public, allocatable :: z(:)