Definition at line 104 of file lists.f90.
subroutine lists::list_datadimensionset::list_data_dimension_set |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
DATA_DIMENSION, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets/changes the data dimension for a list.
- Parameters
-
[in] | list | A pointer to the list |
[in] | data_dimension | The data dimension of the list to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 509 of file lists.f90.