Definition at line 210 of file lists.f90.
subroutine lists::list_initialsizeset::list_initial_size_set |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
INITIAL_SIZE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets/changes the initial size for a list.
- Parameters
-
[in] | list | A pointer to the list |
[in] | initial_size | The initial size of the list to set. Must be greater than zero. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 863 of file lists.f90.