Generic interface for the qrm_arealloc_i qrm_arealloc_s qrm_arealloc_d qrm_arealloc_c qrm_arealloc_z, routines.
More...
|
subroutine | qrm_arealloc_i (a, n, force, copy) |
|
subroutine | qrm_arealloc_s (a, n, force, copy) |
|
subroutine | qrm_arealloc_d (a, n, force, copy) |
|
subroutine | qrm_arealloc_c (a, n, force, copy) |
|
subroutine | qrm_arealloc_z (a, n, force, copy) |
|
Generic interface for the qrm_arealloc_i qrm_arealloc_s qrm_arealloc_d qrm_arealloc_c qrm_arealloc_z, routines.
All the routines under this generic interface have the same list of arguments and perform the same actions, i.e. they reallocate an allocatable. An error is generated/returned in the case where the reallocation fails
Definition at line 156 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_arealloc::qrm_arealloc_c |
( |
complex(kind(1.e0)), dimension(:), allocatable |
a, |
|
|
integer |
n, |
|
|
logical, optional |
force, |
|
|
logical, optional |
copy |
|
) |
| |
- Parameters
-
[in,out] | a | the array that has to be reallocated |
[in] | n | the minimum size of a on exit |
[in] | force | if force=.true. a is always reallocated |
[in] | copy | if copy=.true. and force=.false. the content of the old area is copied into the new |
Definition at line 3256 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_arealloc::qrm_arealloc_d |
( |
real(kind(1.d0)), dimension(:), allocatable |
a, |
|
|
integer |
n, |
|
|
logical, optional |
force, |
|
|
logical, optional |
copy |
|
) |
| |
- Parameters
-
[in,out] | a | the array that has to be reallocated |
[in] | n | the minimum size of a on exit |
[in] | force | if force=.true. a is always reallocated |
[in] | copy | if copy=.true. and force=.false. the content of the old area is copied into the new |
Definition at line 1865 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_arealloc::qrm_arealloc_i |
( |
integer, dimension(:), allocatable |
a, |
|
|
integer |
n, |
|
|
logical, optional |
force, |
|
|
logical, optional |
copy |
|
) |
| |
- Parameters
-
[in,out] | a | the array that has to be reallocated |
[in] | n | the minimum size of a on exit |
[in] | force | if force=.true. a is always reallocated |
[in] | copy | if copy=.true. and force=.false. the content of the old area is copied into the new |
Definition at line 2019 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_arealloc::qrm_arealloc_s |
( |
real(kind(1.e0)), dimension(:), allocatable |
a, |
|
|
integer |
n, |
|
|
logical, optional |
force, |
|
|
logical, optional |
copy |
|
) |
| |
- Parameters
-
[in,out] | a | the array that has to be reallocated |
[in] | n | the minimum size of a on exit |
[in] | force | if force=.true. a is always reallocated |
[in] | copy | if copy=.true. and force=.false. the content of the old area is copied into the new |
Definition at line 1942 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_arealloc::qrm_arealloc_z |
( |
complex(kind(1.d0)), dimension(:), allocatable |
a, |
|
|
integer |
n, |
|
|
logical, optional |
force, |
|
|
logical, optional |
copy |
|
) |
| |
- Parameters
-
[in,out] | a | the array that has to be reallocated |
[in] | n | the minimum size of a on exit |
[in] | force | if force=.true. a is always reallocated |
[in] | copy | if copy=.true. and force=.false. the content of the old area is copied into the new |
Definition at line 3179 of file qrm_mem_mod.F90.
The documentation for this interface was generated from the following file: