Interface init_array_real_dp to redirect allocation to n-rank arrays.
Definition at line 139 of file module_init_memory.f90.
integer function mod_init_memory::init_array_real_dp::init_array_rank1_real_dp |
( |
double precision, dimension(:), intent(out), allocatable |
t, |
|
|
integer, intent(in) |
n1, |
|
|
character(len=*), intent(in) |
tname |
|
) |
| |
|
private |
- Parameters
-
t | : real-double-precision-value array to be allocated |
n1 | : size of the array |
tname | : name of the array |
Definition at line 178 of file module_init_memory.f90.
integer function mod_init_memory::init_array_real_dp::init_array_rank2_real_dp |
( |
double precision, dimension(:,:), intent(out), allocatable |
t, |
|
|
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
character(len=*), intent(in) |
tname |
|
) |
| |
|
private |
- Parameters
-
t | : real-double-precision-value array to be allocated –> t(n2,n1) |
n1 | : size of the dimension 1 of the array |
n2 | : size of the dimension 2 of the array |
tname | : name of the array |
Definition at line 220 of file module_init_memory.f90.
The documentation for this interface was generated from the following file: