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

Private Member Functions

subroutine list_key_dimension_set (LIST, KEY_DIMENSION, ERR, ERROR,)
 Sets/changes the key dimension (i.e., the dimension for searching and sorting) for a list. More...
 

Detailed Description

Definition at line 214 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_keydimensionset::list_key_dimension_set ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  KEY_DIMENSION,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the key dimension (i.e., the dimension for searching and sorting) for a list.

Parameters
[in]listA pointer to the list
[in]key_dimensionThe key dimension to set. Must be greater than zero and <= the data dimension.
[out]errThe error code
[out]errorThe error string

Definition at line 2254 of file lists.f90.