|
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...
|
|
Definition at line 214 of file lists.f90.
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] | list | A pointer to the list |
[in] | key_dimension | The key dimension to set. Must be greater than zero and <= the data dimension. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2254 of file lists.f90.