OpenCMISS-Iron Internal API Documentation
LISTS::DataType

Data type parameters for a list. More...

Variables

integer(intg), parameter, public lists::list_intg_type =INTEGER_TYPE
 Integer data type for a list. More...
 
integer(intg), parameter, public lists::list_sp_type =SINGLE_REAL_TYPE
 Single precision real data type for a list. More...
 
integer(intg), parameter, public lists::list_dp_type =DOUBLE_REAL_TYPE
 Double precision real data type for a list. More...
 

Detailed Description

Data type parameters for a list.

See also
LISTS

Variable Documentation