Generic interface for the qrm_pdealloc_i, qrm_pdealloc_2i, qrm_pdealloc_s, qrm_pdealloc_2s, qrm_pdealloc_d, qrm_pdealloc_2d, qrm_pdealloc_c, qrm_pdealloc_2c, qrm_pdealloc_z, qrm_pdealloc_2z, routines.
More...
Generic interface for the qrm_pdealloc_i, qrm_pdealloc_2i, qrm_pdealloc_s, qrm_pdealloc_2s, qrm_pdealloc_d, qrm_pdealloc_2d, qrm_pdealloc_c, qrm_pdealloc_2c, qrm_pdealloc_z, qrm_pdealloc_2z, routines.
All the routines under this generic interface have the same list of arguments and perform the same actions, i.e. they deallocate a pointer. An error is generated/returned in the case where the deallocation fails
Definition at line 98 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_2c |
( |
complex(kind(1.e0)), dimension(:,:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 2831 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_2d |
( |
real(kind(1.d0)), dimension(:,:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1317 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_2i |
( |
integer, dimension(:,:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1392 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_2s |
( |
real(kind(1.e0)), dimension(:,:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1342 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_2z |
( |
complex(kind(1.d0)), dimension(:,:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 2806 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_c |
( |
complex(kind(1.e0)), dimension(:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 2781 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_d |
( |
real(kind(1.d0)), dimension(:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1269 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_i |
( |
integer, dimension(:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1367 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_s |
( |
real(kind(1.e0)), dimension(:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 1293 of file qrm_mem_mod.F90.
subroutine qrm_mem_mod::qrm_pdealloc::qrm_pdealloc_z |
( |
complex(kind(1.d0)), dimension(:), pointer |
a | ) |
|
- Parameters
-
[in,out] | a | the pointer to be deallocated. |
Definition at line 2757 of file qrm_mem_mod.F90.
The documentation for this interface was generated from the following file: