Generic routines to reallocate arrays. More...
Data Types | |
| interface | reallocate |
Functions/Subroutines | |
| subroutine | reallocate_integer_array (array, new_value) |
| subroutine | reallocate_integer_array_list (array, length, new_values) |
| subroutine | reallocate_double_array (array, new_value) |
| subroutine | reallocate_double_array_list (array, length, new_values) |
| subroutine | reallocate_logical_array (array, new_value) |
| subroutine | reallocate_logical_array_list (array, length, new_values) |
Generic routines to reallocate arrays.
Example:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |