◆ reallocate_double_array()
| subroutine mod_reallocate::reallocate::reallocate_double_array |
( |
double precision, dimension(:), intent(inout), allocatable | array, |
|
|
double precision, intent(in), optional | new_value ) |
◆ reallocate_double_array_list()
| subroutine mod_reallocate::reallocate::reallocate_double_array_list |
( |
double precision, dimension(:), intent(inout), allocatable | array, |
|
|
integer, intent(in) | length, |
|
|
double precision, dimension(:), intent(in) | new_values ) |
◆ reallocate_integer_array()
| subroutine mod_reallocate::reallocate::reallocate_integer_array |
( |
integer, dimension(:), intent(inout), allocatable | array, |
|
|
integer, intent(in), optional | new_value ) |
◆ reallocate_integer_array_list()
| subroutine mod_reallocate::reallocate::reallocate_integer_array_list |
( |
integer, dimension(:), intent(inout), allocatable | array, |
|
|
integer, intent(in) | length, |
|
|
integer, dimension(:), intent(in) | new_values ) |
◆ reallocate_logical_array()
| subroutine mod_reallocate::reallocate::reallocate_logical_array |
( |
logical, dimension(:), intent(inout), allocatable | array, |
|
|
logical, intent(in), optional | new_value ) |
◆ reallocate_logical_array_list()
| subroutine mod_reallocate::reallocate::reallocate_logical_array_list |
( |
logical, dimension(:), intent(inout), allocatable | array, |
|
|
integer, intent(in) | length, |
|
|
logical, dimension(:), intent(in) | new_values ) |
The documentation for this interface was generated from the following file: