FLASH-X
Doxygen Generated Documentation From Interface Source Code
Public Attributes | List of all members
nameValueLL_data::real_list_type Type Reference
Collaboration diagram for nameValueLL_data::real_list_type:
Collaboration graph

Public Attributes

character(len=MAX_STRING_LENGTHname
 
real value
 
real initValue
 
logical isConstant
 
integer numValues
 
real, dimension(:), pointer minValues
 
real, dimension(:), pointer maxValues
 
type(real_list_type), pointer next
 

Detailed Description

Definition at line 30 of file nameValueLL_data.F90.

Member Data Documentation

◆ initValue

real nameValueLL_data::real_list_type::initValue

Definition at line 33 of file nameValueLL_data.F90.

◆ isConstant

logical nameValueLL_data::real_list_type::isConstant

Definition at line 34 of file nameValueLL_data.F90.

◆ maxValues

real, dimension(:), pointer nameValueLL_data::real_list_type::maxValues

Definition at line 37 of file nameValueLL_data.F90.

◆ minValues

real, dimension(:), pointer nameValueLL_data::real_list_type::minValues

Definition at line 36 of file nameValueLL_data.F90.

◆ name

character(len=MAX_STRING_LENGTH) nameValueLL_data::real_list_type::name

Definition at line 31 of file nameValueLL_data.F90.

◆ next

type (real_list_type), pointer nameValueLL_data::real_list_type::next

Definition at line 38 of file nameValueLL_data.F90.

◆ numValues

integer nameValueLL_data::real_list_type::numValues

Definition at line 35 of file nameValueLL_data.F90.

◆ value

real nameValueLL_data::real_list_type::value

Definition at line 32 of file nameValueLL_data.F90.


The documentation for this type was generated from the following file: