Toggle navigation
Treelm
TreElm Overview
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dyn_realarray_type
Derived Type
6 statements
Source File
tem_dyn_array.f90
tem_dyn_array_module
dyn_realarray_type
Contents
Variables
nvals
containersize
val
sorted
type, public :: dyn_realarray_type
dynamic array (da) type for real(kind=rk)
Contents
Variables
nvals
containersize
val
sorted
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
nvals
=
0
integer,
public
::
containersize
=
0
real(kind=rk),
public,
allocatable
::
val
(:)
integer,
public,
allocatable
::
sorted
(:)