OpenCMISS-Iron Internal API Documentation
lists::list_datatypeset Interface Reference

Private Member Functions

subroutine list_data_type_set (LIST, DATA_TYPE, ERR, ERROR,)
 Sets/changes the data type for a list. More...
 

Detailed Description

Definition at line 108 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_datatypeset::list_data_type_set ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  DATA_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the data type for a list.

Parameters
[in]listA pointer to the list
[in]data_typeThe data type of the list to set
See also
LISTS::DataType,LISTS
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 579 of file lists.f90.