Definition at line 218 of file lists.f90.
subroutine lists::list_mutableset::list_mutable_set |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
logical, intent(in) |
MUTABLE, |
|
|
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] | mutable | The mutability of the list to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 548 of file lists.f90.